# 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 = "2018" name = "preserves-schema" version = "5.996.0" authors = ["Tony Garnock-Jones "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implementation of Preserves Schema code generation and support for Rust." homepage = "https://preserves.dev/" readme = "README.md" license = "Apache-2.0" repository = "https://gitlab.com/preserves/preserves-rs" [package.metadata.workspaces] independent = true [lib] name = "preserves_schema" path = "src/lib.rs" [[bin]] name = "preserves-schema-rs" path = "src/bin/preserves-schema-rs.rs" [dependencies.convert_case] version = "0.4.0" [dependencies.glob] version = "0.3.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.preserves] version = "4.996.0" [dependencies.regex] version = "1.5" [dependencies.structopt] version = "0.3.14" [dependencies.thiserror] version = "1.0"