# 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 = "progenitor-impl" version = "0.8.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An OpenAPI client generator - core implementation" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/oxidecomputer/progenitor.git" [lib] name = "progenitor_impl" path = "src/lib.rs" [[test]] name = "test_output" path = "tests/test_output.rs" [[test]] name = "test_specific" path = "tests/test_specific.rs" [dependencies.heck] version = "0.5.0" [dependencies.http] version = "1.1.0" [dependencies.indexmap] version = "2.5.0" [dependencies.openapiv3] version = "2.0.0" [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.37" [dependencies.regex] version = "1.10.6" [dependencies.schemars] version = "0.8.21" features = [ "chrono", "uuid1", ] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.syn] version = "2.0.77" features = ["parsing"] [dependencies.thiserror] version = "1.0.64" [dependencies.typify] version = "0.2.0" [dependencies.unicode-ident] version = "1.0.12" [dev-dependencies.expectorate] version = "1.1.0" [dev-dependencies.futures] version = "0.3.30" [dev-dependencies.http] version = "1.1.0" [dev-dependencies.hyper] version = "1.4.1" [dev-dependencies.reqwest] version = "0.12.4" features = [ "json", "stream", ] default-features = false [dev-dependencies.rustfmt-wrapper] version = "0.2.1" [dev-dependencies.serde_yaml] version = "0.9" [dev-dependencies.tokio] version = "1.38.0" features = [ "rt", "net", ]