# 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" rust-version = "1.66.0" name = "fast42" version = "0.0.1" authors = ["Codam Coding College "] include = [ "**/*.rs", "Cargo.lock", "Cargo.toml", "LICENSE.txt", "README.md", "./.gitignore", "examples/secrets_example.yaml", ] description = "A super fast 42API connector 🚀" readme = "README.md" keywords = [ "42", "api", "rate-limit", "connector", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/codam-coding-college/fast42-rs" [dependencies.futures] version = "0.3.25" [dependencies.reqwest] version = "0.11.12" features = ["json"] [dependencies.retainer] version = "0.3" [dependencies.secrecy] version = "0.8" features = ["serde"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.21.2" features = [ "full", "macros", ] [dependencies.tower] version = "0.4" features = ["full"] [dependencies.tracing] version = "0.1.37" [dev-dependencies.config] version = "0.13.3" [dev-dependencies.mockito] version = "0.31.1"