# 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 = "idntkown" version = "0.1.0" authors = ["antonta "] build = "build.rs" description = "Identity key ownership." readme = "README.md" keywords = [ "cli", "command", "crypto", "cryptography", "utility", ] categories = [ "command-line-utilities", "cryptography", "filesystem", ] license = "MIT" repository = "https://git.sr.ht/~antonta/idntkown" [dependencies.alkali] version = "~0.3" features = ["hazmat"] [dependencies.capnp] version = "~0.19" [dependencies.chrono] version = "~0.4" [dependencies.clap] version = "~4.5" features = [ "derive", "env", ] [dependencies.ntp] version = "~0.5" [dependencies.pgp] version = "~0.11" [dependencies.pstream] version = "~0.1" features = ["io-filesystem"] [dependencies.rpassword] version = "~7.3" [build-dependencies.capnpc] version = "~0.19"