# 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 = "starpkg" version = "0.5.0" authors = ["Alex Bates (https://imalex.xyz)"] exclude = [".github", ".vscode", "examples", "docs"] description = "Create composable Paper Mario mods" homepage = "https://imalex.xyz/starpkg" categories = ["command-line-utilities"] license = "0BSD" repository = "https://github.com/nanaian/starpkg" [[bin]] name = "starpkg" path = "src/main.rs" [dependencies.ansi_term] version = "0.12" [dependencies.anyhow] version = "1.0" [dependencies.indoc] version = "0.3" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "^0.4.1" features = ["std"] [dependencies.regex] version = "1" [dependencies.roxmltree] version = "0.9" [dependencies.semver] version = "0.9" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.structopt] version = "0.3" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.5" [dev-dependencies.assert_cmd] version = "0.12" [dev-dependencies.assert_fs] version = "0.13" [dev-dependencies.predicates] version = "1" [dev-dependencies.pretty_assertions] version = "0.6"