summaryrefslogtreecommitdiff
path: root/src/rust/Cargo.toml
blob: 8d154fbbe48db4ba45481c9c8f0189d6dfd6d0c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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"