# 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 = "companies-house-api" version = "0.0.5" authors = ["Jonathan Beaumont "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust library for consuming various APIs from Companies House" readme = "README.md" license = "MIT" repository = "https://github.com/beaumontjonathan/companies-house-api-rs" [lib] name = "companies_house_api" path = "src/lib.rs" [[example]] name = "simple" path = "examples/simple.rs" [[example]] name = "stream" path = "examples/stream.rs" [dependencies.bytes] version = "1.8" [dependencies.derive_more] version = "1.0" features = ["display"] [dependencies.log] version = "0.4.22" features = ["kv"] [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-aux] version = "4.5" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "2.0" [dependencies.tokio] version = "1.41" features = ["full"] [dependencies.typed-builder] version = "0.20" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.dotenvy] version = "0.15" [dev-dependencies.env_logger] version = "0.11.5" features = ["unstable-kv"] [dev-dependencies.inquire] version = "0.7.5" features = [] [dev-dependencies.minus] version = "5.6" features = ["dynamic_output"]