# 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 = "bombay" version = "0.0.4" authors = ["xohmz"] exclude = [".github"] description = "Monstercat API Rust client" readme = "README.md" keywords = [ "bombay", "monstercat", "api", "client", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/xohmz/bombay/" [lib] crate-type = ["lib"] [dependencies.const_format] version = "0.2" [dependencies.iso8601-timestamp] version = "0.2" features = ["serde"] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_repr] version = "0.1" [dependencies.serde_with] version = "3.3" [dependencies.ureq] version = "2.7" features = [ "json", "cookies", ] [dependencies.url] version = "2.4" features = ["serde"] [dependencies.uuid] version = "1.4" features = ["serde"] [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.test-with] version = "0.10" features = ["resource"] default-features = false [dev-dependencies.totp-rs] version = "5.3"