[[bin]]
name = "ksign"
path = "src/main.rs"
[dependencies.base64ct]
features = ["std"]
version = "1.6.0"
[dependencies.clap]
default-features = false
features = ["derive", "std", "help", "usage"]
version = "4.5.18"
[dependencies.ed25519-dalek]
features = ["rand_core"]
version = "2.1.1"
[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"
[lib]
name = "ksign"
path = "src/lib.rs"
[lints.clippy]
expect_used = "deny"
panic = "deny"
unwrap_used = "deny"
[lints.rust]
missing_docs = "warn"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["cryptography"]
description = "OpenWRT's `usign` utility rewritten in Rust. The crate provides both the executable and the library."
documentation = "https://docs.rs/ksign"
edition = "2021"
homepage = "https://github.com/igankevich/ksign"
include = ["**/*.rs", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["openwrt", "usign", "sign", "verify", "fingerprint"]
license = "MIT"
name = "ksign"
readme = "README.md"
repository = "https://github.com/igankevich/ksign"
version = "0.1.0"
[[test]]
name = "usign"
path = "tests/usign.rs"