# 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-core" version = "0.2.0" description = "The core 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" [dependencies.argon2] version = "0.5.2" [dependencies.async-trait] version = "0.1.74" [dependencies.axum] version = "0.6.20" features = ["macros"] [dependencies.bincode] version = "1.3.3" [dependencies.chrono] version = "0.4.31" features = [ "clock", "serde", ] [dependencies.generic-array] version = "0.14.7" features = ["zeroize"] [dependencies.hex] version = "0.4.3" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.nanoid] version = "0.4.0" [dependencies.num-traits] version = "0.2.17" [dependencies.ring] version = "0.17.7" features = ["std"] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_bytes] version = "0.11.12" [dependencies.serde_json] version = "1.0.108" [dependencies.shuttle-persist] version = "0.35.1" [dependencies.sqlx] version = "0.7.3" features = [ "runtime-tokio-native-tls", "postgres", "macros", "bigdecimal", ] [dependencies.tokio] version = "1.28.2" features = [ "sync", "macros", ] [dependencies.tower] version = "0.4.13" [dependencies.tracing] version = "0.1.40" [dependencies.typenum] version = "1.17.0" [dependencies.zeroize] version = "1.7.0" features = ["zeroize_derive"]