# 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 = "cc-auth" version = "0.2.2" authors = ["Klimenty Titov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple backend authorization system" readme = "README.md" license = "MIT" repository = "https://github.com/markcda/cc-auth" [lib] name = "cc_auth" path = "src/lib.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha3] version = "0.10" [target."cfg(any(target_arch = \"wasm32\", target_arch = \"wasm64\"))".dependencies.cc-utils] version = "0.2.10" default-features = false [target."cfg(not(any(target_arch = \"wasm32\", target_arch = \"wasm64\")))".dependencies.bb8-redis] version = "0.15" [target."cfg(not(any(target_arch = \"wasm32\", target_arch = \"wasm64\")))".dependencies.cc-utils] version = "0.2.10" features = [ "salvo", "bb8-redis", ] default-features = false [target."cfg(not(any(target_arch = \"wasm32\", target_arch = \"wasm64\")))".dependencies.passwords] version = "3.1"