# 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 = "serde-cmd" version = "0.1.3" authors = ["Maroš Grego "] description = "A small library to deserialize commands" homepage = "https://git.sr.ht/~grego/serde-cmd" readme = "README.md" keywords = ["serde", "command", "parser"] categories = ["parsing"] license = "MIT" repository = "https://git.sr.ht/~grego/serde-cmd" resolver = "2" [dependencies.serde] version = "1" optional = true [dev-dependencies.serde_derive] version = "1" [dev-dependencies.toml] version = "0.5" [features] default = ["serde"]