# 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" version = "0.8.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An OpenAPI client generator" readme = "README.md" keywords = [ "openapi", "openapiv3", "sdk", "generator", "proc_macro", ] categories = [ "api-bindings", "compilers", ] license = "MPL-2.0" repository = "https://github.com/oxidecomputer/progenitor.git" [lib] name = "progenitor" path = "src/lib.rs" [[test]] name = "build_buildomat" path = "tests/build_buildomat.rs" [[test]] name = "build_keeper" path = "tests/build_keeper.rs" [[test]] name = "build_nexus" path = "tests/build_nexus.rs" [[test]] name = "build_propolis" path = "tests/build_propolis.rs" [[test]] name = "load_yaml" path = "tests/load_yaml.rs" [[test]] name = "test_client" path = "tests/test_client.rs" [dependencies.progenitor-client] version = "0.8.0" [dependencies.progenitor-impl] version = "0.8.0" [dependencies.progenitor-macro] version = "0.8.0" [dev-dependencies.base64] version = "0.22.1" [dev-dependencies.chrono] version = "0.4.0" features = ["serde"] default-features = false [dev-dependencies.futures] version = "0.3.30" [dev-dependencies.percent-encoding] version = "2.3.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.regress] version = "0.10.1" [dev-dependencies.reqwest] version = "0.12.4" features = [ "json", "stream", ] default-features = false [dev-dependencies.schemars] version = "0.8.21" features = [ "chrono", "uuid1", ] [dev-dependencies.serde] version = "1.0.210" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.127" [dev-dependencies.tokio] version = "1.38.0" features = [ "rt", "net", ] [dev-dependencies.uuid] version = "1.10.0" features = [ "serde", "v4", ]