# 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 = "iamgroot" version = "0.2.8" description = "Rust code generation from Open-RPC spec" readme = "README.md" license = "MIT" [dependencies.once_cell] version = "1.17.1" [dependencies.regex] version = "1.7.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.60" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dev-dependencies.async-trait] version = "0.1.77" [dev-dependencies.axum] version = "0.7.4" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.reqwest] version = "0.11" features = [ "json", "blocking", ] [dev-dependencies.tokio] version = "1.36.0" features = ["full"] [dev-dependencies.ureq] version = "2.9.6" features = ["json"]