# 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.56" name = "ft-rs" version = "0.0.3" authors = ["Killian ROUSSARIE "] description = "A Rust library for the 42School API" homepage = "https://github.com/seekrs/ft-rs" documentation = "https://docs.rs/ft-rs" readme = "README.md" keywords = [ "42", "42school", "api", ] categories = ["api-clients"] license = "0BSD" repository = "https://github.com/seekrs/ft-rs" [dependencies.chrono] version = "0.4.33" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.tokio] version = "1.13" features = ["full"]