# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rocket-api-base" version = "0.2.0" authors = ["PauMAVA "] description = "Base utilities for secure API construction with Rocket.rs" readme = "README.md" keywords = ["api", "rocket", "jwt"] license = "MIT" repository = "https://github.com/PauMAVA/rocket-api-base" [dependencies.base64] version = "0.13.0" [dependencies.glob] version = "0.3.0" [dependencies.hmac-sha256] version = "0.1.6" [dependencies.rand] version = "0.8.3" [dependencies.rocket] version = "0.4.10" [dependencies.rocket_contrib] version = "0.4.7" features = ["json"] [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.sha256] version = "1.0.0"