# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ksign" version = "0.2.0" build = false include = [ "**/*.rs", "Cargo.toml", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "OpenWRT's `usign` utility rewritten in Rust. The crate provides both the executable and the library." homepage = "https://github.com/igankevich/ksign" documentation = "https://docs.rs/ksign" readme = "README.md" keywords = [ "openwrt", "usign", "sign", "verify", "fingerprint", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/igankevich/ksign" [lib] name = "ksign" path = "src/lib.rs" [[bin]] name = "ksign" path = "src/main.rs" [[test]] name = "usign" path = "tests/usign.rs" [dependencies.base64ct] version = "1.6.0" features = ["std"] [dependencies.clap] version = "4.5.18" features = [ "derive", "std", "help", "usage", ] default-features = false [dependencies.ed25519-dalek] version = "2.1.1" features = ["rand_core"] [dependencies.rand] version = "0.8.5" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.63" [dev-dependencies.tempfile] version = "3.12.0" [dev-dependencies.test_bin] version = "0.4.0" [lints.clippy] expect_used = "deny" panic = "deny" unwrap_used = "deny" [lints.rust] missing_docs = "warn"