# 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 = "trespass" version = "0.2.0" authors = ["Sebastian Neuser "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A pass-like secret manager for teams driven by age encryption and SSH keys." homepage = "https://gitlab.com/haggl/trespass" readme = "README.md" keywords = [ "cli", "password", "management", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://gitlab.com/haggl/trespass" [[bin]] name = "trespass" path = "src/main.rs" [dependencies.age] version = "0.10.0" features = ["ssh"] [dependencies.anyhow] version = "1.0.86" [dependencies.arboard] version = "3.4.0" default-features = false [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.clap_complete] version = "4.5.23" [dependencies.config] version = "0.14.0" [dependencies.dirs] version = "5.0.1" [dependencies.gix] version = "0.63.0" features = [ "command", "attributes", "blocking-network-client", "worktree-mutation", ] default-features = false [dependencies.gix-command] version = "0.3.7" [dependencies.glob] version = "0.3.1" [dependencies.listenfd] version = "1.0.1" [dependencies.notify-rust] version = "4.11.0" [dependencies.passwords] version = "3.1.16" [dependencies.pinentry] version = "0.5.0" [dependencies.rustyline] version = "14.0.0" features = [ "derive", "with-file-history", ] default-features = false [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.shlex] version = "1.3.0" [dependencies.ssh-key] version = "0.6.6" features = [ "ed25519", "encryption", ] [dependencies.tempfile] version = "3.12.0" [dependencies.toml] version = "0.8.19"