# 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.75" name = "orb-billing" version = "0.11.0" authors = ["Materialize, Inc."] description = "An async API client for the Orb billing platform." documentation = "https://docs.rs/orb" readme = "README.md" keywords = [ "orb", "billing", "api", "sdk", ] categories = [ "api-bindings", "web-programming", ] license = "Apache-2.0" repository = "https://github.com/MaterializeInc/rust-orb-billing" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.async-stream] version = "0.3.3" [dependencies.codes-iso-3166] version = "0.1.3" [dependencies.codes-iso-4217] version = "0.1.5" [dependencies.futures-core] version = "0.3.25" [dependencies.futures-util] version = "0.3.25" [dependencies.once_cell] version = "1.16.0" [dependencies.ordered-float] version = "3.4.0" features = ["serde"] [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.13" features = ["json"] [dependencies.serde] version = "1.0.151" features = ["derive"] [dependencies.serde-enum-str] version = "0.3.2" [dependencies.serde_json] version = "1.0.91" [dependencies.time] version = "0.3.17" features = [ "serde", "serde-human-readable", ] [dependencies.tokio] version = "1.23.0" [dependencies.uuid] version = "1.2.2" features = [ "serde", "v4", ] [dev-dependencies.futures] version = "0.3.25" [dev-dependencies.test-log] version = "0.2.11" features = ["trace"] default-features = false [dev-dependencies.tokio] version = "1.23.0" features = ["macros"] [dev-dependencies.tokio-stream] version = "0.1.11" [dev-dependencies.tracing] version = "0.1.37" [dev-dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"]