rust-hashlib-testing/Cargo.toml

15 lines
349 B
TOML
Raw Permalink Normal View History

2022-07-10 20:46:09 +01:00
[package]
name = "rust-hashlib-testing"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "rust_hashlib_testing"
crate-type = ["cdylib"]
[dependencies]
pyo3 = { version = "0.16.5", features = ["extension-module"] }
2022-07-10 21:15:40 +01:00
ring = "0.16.20"
openssl = "0.10.41"