plexcryptool/Cargo.toml

22 lines
434 B
TOML

[package]
name = "plexcryptool"
version = "0.1.2"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "plexcryptool"
crate-type = ["cdylib"]
path = "src/lib.rs"
[[bin]]
name = "plexcryptool"
path = "src/main.rs"
[dependencies]
clap = { version = "4.2.7", features = ["derive"]}
clap-num = "1.0.2"
num-bigint = "0.4.3"
num-traits = "0.2.15"
pyo3 = "0.18.1"