# 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" name = "thecocktaildb-rs" version = "0.1.0" authors = ["Hampus Avekvist "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An API client for TheCocktailDB API" readme = "README.md" license-file = "LICENSE.md" [lib] name = "thecocktaildb_rs" path = "src/lib.rs" [[example]] name = "by_name" path = "examples/by_name.rs" [[example]] name = "random" path = "examples/random.rs" [dependencies.derive_more] version = "0.99.18" [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.thiserror] version = "1.0.62" [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.5.2" [dev-dependencies.tokio] version = "1.38.0" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]