# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "nucleus" version = "0.1.1" authors = ["oOBoomberOo "] description = "Datapack Template generator" keywords = ["minecraft", "datapack", "template"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/oOBoomberOo/Nucleus" [lib] name = "nucleus" path = "src/lib.rs" [[bin]] name = "nucleus" path = "src/main.rs" [dependencies.anyhow] version = "1.0.28" [dependencies.dialoguer] version = "0.6.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.3.7" [dependencies.structopt] version = "0.3.14" [dependencies.thiserror] version = "1.0.16" [badges.github] branch = "master" repository = "oOBoomberOo/Nucleus"