File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,9 +4,32 @@ description = "Idiomatic and safe MDBX wrapper"
44version = " 0.0.1"
55edition = " 2024"
66rust-version = " 1.92"
7- license = " Apache-2.0 OR MIT"
8- homepage = " https://github.com/init4tech/signet-mdbx"
9- repository = " https://github.com/init4tech/signet-mdbx"
7+ license = " MIT OR Apache-2.0"
8+ homepage = " https://github.com/init4tech/mdbx"
9+ repository = " https://github.com/init4tech/mdbx"
10+
11+
12+ [profile .release ]
13+ opt-level = 3
14+ lto = " thin"
15+ debug = " line-tables-only"
16+ strip = true
17+ panic = " unwind"
18+ codegen-units = 16
19+
20+ [profile .profiling ]
21+ inherits = " release"
22+ debug = 2
23+ strip = false
24+
25+ [profile .bench ]
26+ inherits = " profiling"
27+
28+ [profile .ci-rust ]
29+ inherits = " dev"
30+ strip = true
31+ debug = false
32+ incremental = false
1033
1134[dependencies ]
1235signet-mdbx-sys = { version = " 0.0.1" , path = " mdbx-sys" }
You can’t perform that action at this time.
0 commit comments