# 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 = "lesspass-client" version = "0.5.0" authors = ["Óscar García Amor "] description = "LessPass API server client library and CLI written in Rust" readme = "README.md" keywords = [ "lesspass", "rockpass", "library", "password", "client", ] categories = [ "command-line-utilities", "web-programming::http-client", ] license = "GPL-3.0-only" repository = "https://gitlab.com/ogarcia/lesspass-client" [lib] path = "src/lib.rs" [[bin]] name = "lesspass-client" path = "src/main.rs" required-features = ["default"] [dependencies.chrono] version = "~0.4" features = ["serde"] [dependencies.clap] version = "~4.0" features = [ "cargo", "env", ] optional = true [dependencies.env_logger] version = "~0.10" optional = true [dependencies.lesspass] version = "~0.4" optional = true [dependencies.log] version = "~0.4" [dependencies.reqwest] version = "~0.11" features = ["json"] [dependencies.serde] version = "~1.0" features = ["derive"] [dependencies.serde_json] version = "~1.0" optional = true [dependencies.tokio] version = "1" features = ["full"] [dependencies.xdg] version = "~2.4" optional = true [dev-dependencies.mockito] version = "~0.31" [features] default = [ "clap", "env_logger", "lesspass", "serde_json", "xdg", ]