# 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 = "epitech_api" version = "0.2.0" authors = ["Nicolas Polomack "] description = "A library for interacting with the EPITECH intranet API" documentation = "https://docs.rs/epitech_api" keywords = ["epitech", "api", "web", "intranet", "async"] categories = ["web-programming", "api-bindings", "asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/Hirevo/epitech-api-rs" [dependencies.chrono] version = "0.4.10" [dependencies.enum-iterator] version = "0.5.0" [dependencies.json] version = "1.0.44" package = "serde_json" [dependencies.reqwest] version = "0.10.1" [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.thiserror] version = "1.0.9" [dev-dependencies.futures] version = "0.3.1" [dev-dependencies.tokio] version = "0.2.9" features = ["macros"] [badges.maintenance] status = "passively-maintained"