# 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 = "jsonschema-transpiler" version = "2.0.0" authors = ["Anthony Miyaguchi "] description = "A tool to transpile JSON Schema into schemas for data processing" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/mozilla/jsonschema-transpiler" [lib] name = "jst" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.heck] version = "0.4.1" [dependencies.lazy_static] version = "1.3.0" optional = true [dependencies.log] version = "0.4" [dependencies.maplit] version = "1.0.2" [dependencies.onig] version = "6.4" optional = true [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.pretty_assertions] version = "1.4.0" [build-dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.serde_json] version = "1.0" [features] oniguruma = [ "onig", "lazy_static", ]