# 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 = "gpscan" version = "0.0.6" authors = ["kojix2 <2xijok@gmail.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to generate XML files compatible with GrandPerspective" readme = "README.md" license = "MIT" repository = "https://github.com/kojix2/gpscan" [lib] name = "gpscan" path = "src/lib.rs" [[bin]] name = "gpscan" path = "src/main.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5" features = [ "derive", "cargo", ] [dependencies.quick-xml] version = "0.36" [dependencies.sysinfo] version = "0.31" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "3.1" [dev-dependencies.tempdir] version = "0.3"