[package] name = "seguid" version = "0.1.0" edition = "2021" license = "MIT" description = "An implementation of the Seguid algorithm in Rust" repository = "https://github.com/seguid/seguid-rust" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] base64 = "0.21.7" clap = "4.5.1" duval-rs = "0.1.0" lazy_static = "1.4.0" sha1 = "0.10.6"