# 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 = "sow" version = "0.0.0" description = "generator based on JSON Schema" license = "MIT OR Apache-2.0" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.dashmap] version = "5.2.0" features = [ "rayon", "send_guard", ] [dependencies.once_cell] version = "1.10" [dependencies.petgraph] version = "0.6.0" [dependencies.rayon] version = "1.5.2" [dependencies.regex] version = "1.5.5" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.79" [dependencies.serde_yaml] version = "0.8" [dependencies.snafu] version = "0.7.0" [dependencies.tera] version = "1.15.0"