# 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 = "chamber-cli" version = "0.2.0" description = "The CLI for Chamber, the self-hostable SecretOps service." homepage = "https://www.github.com/joshua-mo-143/chamber" documentation = "https://www.github.com/joshua-mo-143/chamber" readme = "README.md" license = "MIT" repository = "https://www.github.com/joshua-mo-143/chamber" [[bin]] name = "chamber" path = "src/bin/main.rs" [dependencies.bincode] version = "1.3.3" [dependencies.chamber-core] version = "0.2.0" [dependencies.clap] version = "4.4.11" features = [ "derive", "env", ] [dependencies.comfy-table] version = "7.1.0" [dependencies.generic-array] version = "0.14.7" features = ["zeroize"] [dependencies.home] version = "0.5.9" [dependencies.inquire] version = "0.6.2" [dependencies.nanoid] version = "0.4.0" [dependencies.reqwest] version = "0.11.22" features = [ "json", "blocking", "multipart", ] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.toml] version = "0.8.8" [dependencies.typenum] version = "1.17.0"