# 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 = "octopt" version = "1.0.0" authors = ["Tobias V. Langhoff "] description = "CHIP-8 configuration" documentation = "https://docs.rs/octopt" readme = "README.md" categories = ["config"] license = "MIT" repository = "https://github.com/tobiasvl/octopt" resolver = "2" [dependencies.clap] version = "3.2" features = ["derive"] [dependencies.css-color-parser2] version = "1" [dependencies.parse-display] version = "0.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_ini] version = "0.2" [dependencies.serde_json] version = "1.0" [dependencies.serde_repr] version = "0.1" [dependencies.serde_with] version = "2" features = ["json"] [dev-dependencies.assert-json-diff] version = "2" [dev-dependencies.reqwest] version = "0.11" features = ["blocking"]