Skip to content

Commit cc553d4

Browse files
committed
chore(rust): update dafny runtime release
1 parent eb7679a commit cc553d4

File tree

6 files changed

+1657
-1078
lines changed

6 files changed

+1657
-1078
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[package]
2-
name = "dafny-runtime"
3-
version = "0.2.0"
2+
name = "dafny_runtime"
3+
version = "0.1.0"
44
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"
115

126
[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"
1610

1711
[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
1817
sync = []
18+
small-int = []

0 commit comments

Comments
 (0)