# 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 = "minecraft-whitelist-validator" version = "0.3.3" authors = ["sksat "] description = "validate Minecraft whitelist.json" readme = "README.md" keywords = ["minecraft"] categories = ["games"] license = "MIT" repository = "https://github.com/sksat/minecraft-whitelist-validator" [dependencies.clap] version = "3.0.14" features = ["env"] [dependencies.codespan-reporting] version = "0.11.1" [dependencies.json-spanned-value] version = "0.2.2" [dependencies.rdfmt] version = "0.2.1" [dependencies.reqwest] version = "0.11.9" features = ["rustls-tls", "json"] default-features = false [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.78" [dependencies.tokio] version = "1.16.1" features = ["rt", "rt-multi-thread", "macros"] [dependencies.uuid] version = "0.8.2" features = ["serde", "v4"]