# 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 = "boon-cli" version = "0.6.0" authors = ["santhosh kumar tekuri "] description = "cli for JSONSchema (draft 2020-12, draft 2019-09, draft-7, draft-6, draft-4) Validation" keywords = [ "jsonschema", "validation", ] categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/santhosh-tekuri/boon/cli" [[bin]] name = "boon" path = "src/main.rs" [dependencies.boon] version = "0.6" [dependencies.getopts] version = "0.2" [dependencies.rustls] version = "0.22" [dependencies.rustls-pemfile] version = "2.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.9" [dependencies.ureq] version = "2.9.6" [dependencies.url] version = "2"