# 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 = "interactive-parse" version = "0.1.5" authors = ["Eric Woolsey"] description = "An interactive parser for JsonSchema types." readme = "README.md" keywords = [ "JsonSchema", "Schemars", "json", "parser", "interactive", ] license = "MIT" repository = "https://github.com/ewoolsey/interactive-parse" [lib] [dependencies.crossterm] version = "0.26" [dependencies.inquire] version = "0.6" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.schemars] version = "0.8" [dependencies.serde] version = "1" default-features = false [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.env_logger] version = "0.10"