# 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 = "toket" version = "0.2.1" description = "Vault token manager" license = "MIT" resolver = "2" [dependencies.clap] version = "3.2.17" features = ["derive"] [dependencies.config] version = "0.13.2" features = [ "toml", "yaml", ] [dependencies.daemonize-me] version = "2.0.1" [dependencies.nix] version = "0.25.0" [dependencies.reqwest] version = "0.11.11" features = [ "blocking", "json", ] [dependencies.secret-service] version = "2.0.2" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24.3" [dependencies.users] version = "0.11.0" [dependencies.xdg] version = "2.4.1"