# 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 = "clap-serde-derive" version = "0.2.1" authors = ["Davide Peressoni"] exclude = [ ".gitlab-ci.yml", "check_diff_ver.sh", "clap-serde-proc", "assets", ] description = "Merge results from clap and serde into struct with derive" readme = "README.md" keywords = [ "cli", "argument", "config", "parser", ] categories = [ "command-line-interface", "config", "encoding", ] license = "AGPL-3.0-or-later" repository = "https://gitlab.com/DPDmancul/clap-serde-derive" [dependencies.clap] version = "4.0.11" features = ["derive"] [dependencies.clap-serde-proc] version = "0.2" [dependencies.serde] version = "1.0.145" features = ["derive"] [dev-dependencies.serde_yaml] version = "0.9.13"