aboutsummaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/rust/cryptography-cffi/Cargo.toml
blob: 9408de8b44152d0c472e60400b3dd8f9e2e71584 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "cryptography-cffi"
version.workspace = true
authors.workspace = true
edition.workspace = true
publish.workspace = true
rust-version.workspace = true

[dependencies]
pyo3.workspace = true
openssl-sys = "0.9.104"

[build-dependencies]
cc = "1.2.1"

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(python_implementation, values("CPython", "PyPy"))'] }