bindings/rust/extended/Cargo.toml (21 lines of code) (raw):
[workspace]
members = [
"s2n-tls",
"s2n-tls-sys",
"s2n-tls-tokio"
]
# generate can't be included in the workspace because of a bootstrapping problem
# s2n-tls-sys/Cargo.toml (part of the workspace) is generated by
# generate/main.rs
exclude = [
"generate",
"bench"
]
[profile.release]
lto = true
codegen-units = 1
incremental = false
[profile.bench]
lto = true
codegen-units = 1
incremental = false