# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "rsign" version = "0.1.2" authors = ["Daniel Rangel "] description = "A command-line tool to sign files and verify signatures." readme = "README.md" keywords = ["command-line", "sign", "publickey", "cryptography", "minisign"] categories = ["command-line-utilities", "cryptography"] license = "MIT" repository = "https://bitbucket.org/danielrangel/rsign" [dependencies.libsodium-sys] version = "0.0.15" [dependencies.base64] version = "0.6.0" [dependencies.sodiumoxide] version = "0.0.15" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.26.0" [dependencies.libc] version = "0.2" [dependencies.rpassword] version = "1.0.0" [dev-dependencies.unwrap] version = "~1.1.0"