Cargo.toml
[package]
name = "cryptography-rust"
version = "0.1.0"
authors = ["The cryptography developers <cryptography-dev@python.org>"]
edition = "2018"
publish = false
[dependencies]
pyo3 = { version = "0.13.1", features = ["extension-module"] }
[lib]
name = "cryptography_rust"
crate-type = ["cdylib"]
[profile.release]
lto = "thin"
overflow-checks = true