# 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 = "megamind" version = "0.13.0" authors = ["Robert Yin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for interacting with the Genius API." documentation = "https://docs.rs/megamind" readme = "README.md" keywords = [ "genius", "music", ] categories = [ "api-bindings", "web-programming::http-client", ] license = "MIT" repository = "https://github.com/bobertoyin/megamind" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "megamind" path = "src/lib.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.log] version = "0.4.20" [dependencies.reqwest] version = "0.11.20" features = ["json"] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" optional = true [dependencies.thiserror] version = "1.0.49" [dev-dependencies.assert-json-diff] version = "2.0.2" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.rstest] version = "0.18.2" [dev-dependencies.serde_json] version = "1.0.107" [dev-dependencies.tokio] version = "1.32.0" features = ["macros"] [features] catchall = ["dep:serde_json"]