# 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" rust-version = "1.68.2" name = "kspconfigtool" version = "0.1.0" authors = ["Lamont Granquist "] description = """ KSP1 ConfigNode parser and block removal tool """ homepage = "https://github.com/lamont-granquist/kspconfigtool" documentation = "https://github.com/lamont-granquist/kspconfigtool" readme = "README.md" keywords = [ "kerbal", "confignode", "ksp", ] categories = [ "command-line-utilities", "text-processing", ] license = "MIT-0 OR GPL-2.0-or-later" repository = "https://github.com/lamont-granquist/kspconfigtool" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.diff] version = "0.1" [dependencies.pest] version = "2.0" [dependencies.pest_derive] version = "2.0" [dependencies.string-builder] version = "0.2"