# 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 = "decart" version = "0.0.9" authors = ["Tobias V. Langhoff "] description = "Octo cartridge encoder/decoder" documentation = "https://docs.rs/decart" readme = "README.md" categories = [ "encoding", "command-line-utilities", ] license = "MIT" repository = "https://github.com/tobiasvl/decart" resolver = "2" [[example]] name = "decart" [dependencies.gif] version = "0.11" [dependencies.octopt] version = "0.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.assert-json-diff] version = "2.0" [dev-dependencies.atty] version = "0.2.14" [dev-dependencies.clap] version = "3.2" features = ["cargo"] [dev-dependencies.colored_json] version = "2" [dev-dependencies.syntect] version = "5"