# 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 = "bedrock-material-list" version = "0.2.0" authors = [ "Charles R. Portwood II ", "Alaydriem", ] description = "Generates a materials list for a given Bedrock .mcstructure file." readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/alaydriem/bedrock-material-list" [dependencies.bedrock-hematite-nbt] version = "^0.4.2" [dependencies.clap] version = "^3.2" features = [ "derive", "env", ] [dependencies.colored] version = "^2.0" [dependencies.convert_case] version = "^0.6" [dependencies.reqwest] version = "^0.11" features = ["json"] [dependencies.serde] version = "^1" features = ["derive"] [dependencies.serde_json] version = "^1" features = ["raw_value"] [dependencies.snailquote] version = "^0.3.1" [dependencies.tokio] version = "^1.11" features = ["full"]