File tree Expand file tree Collapse file tree 6 files changed +1657
-1078
lines changed
releases/rust/db_esdk/dafny_runtime_rust Expand file tree Collapse file tree 6 files changed +1657
-1078
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
- name = " dafny-runtime "
3
- version = " 0.2 .0"
2
+ name = " dafny_runtime "
3
+ version = " 0.1 .0"
4
4
edition = " 2021"
5
- keywords = [" dafny" ]
6
- license = " ISC AND (Apache-2.0 OR ISC)"
7
- description = " dafny-runtime is the runtime support library for Rust code gerated from Dafny."
8
- repository = " https://github.com/aws/aws-database-encryption-sdk-dynamodb/tree/main/releases/rust/db_esdk/dafny_runtime_rust"
9
- authors = [" AWS-CryptoTools" ]
10
- readme = " README.md"
11
5
12
6
[dependencies ]
13
- once_cell = " 1.18.0 "
14
- num = " 0.4"
15
- itertools = " 0.11 .0"
7
+ once_cell = " 1.21.3 "
8
+ num = " 0.4.3 "
9
+ itertools = " 0.14 .0"
16
10
17
11
[features ]
12
+ # Use `dafny translate rs --rust-sync --include-runtime file.dfy`
13
+ # to compile to code where values can be sent safely through threads
14
+ # This will include the runtime with the sync feature
15
+
16
+ # Use --features small-int to make DafnyInt use i128 instead of num::BigInt
18
17
sync = []
18
+ small-int = []
You can’t perform that action at this time.
0 commit comments