# 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 = "schermz" version = "0.3.5" authors = ["trassmann"] description = "A tool to generate a schema for a given JSON file." homepage = "https://github.com/trassmann/schermz" readme = "README.md" keywords = [ "cli", "json", "schema", "model", "generator", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/trassmann/schermz" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.itertools] version = "0.13.0" [dependencies.serde_json] version = "1.0" [dev-dependencies.insta] version = "1.39.0" features = ["json"]