# 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.65" name = "yts-api" version = "0.4.0" authors = ["Raphael Nestler "] description = "Access the yts.mx API" readme = "README.md" categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/rnestler/yts-api-rs" [dependencies.bytes] version = "1.5.0" [dependencies.http-body-util] version = "0.1.0" [dependencies.hyper] version = "1.0.1" features = ["full"] [dependencies.hyper-tls] version = "0.6.0" [dependencies.hyper-util] version = "0.1.1" features = ["full"] [dependencies.parse-display] version = "0.8.2" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dev-dependencies.tokio] version = "1.3.0" features = [ "macros", "rt-multi-thread", ]