# 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 = "clapi" version = "0.1.2" authors = ["Freddy L"] description = "A framework for create command-line applications" readme = "../README.md" keywords = [ "command-line", "command", "api", "parser", "macros", ] license = "Apache-2.0" repository = "https://github.com/Neo-Ciber94/clapi-rs" [package.metadata.docs.rs] all-features = true rustflags = [ "--cfg", "doc_cfg", ] [dependencies.clapi_internal] version = "0.1.0" [dependencies.clapi_macros] version = "0.1.1" optional = true [dependencies.serde] version = "1.0.118" features = ["derive"] optional = true [dev-dependencies.serde_json] version = "1.0.60" [dev-dependencies.serde_test] version = "1.0.118" [features] macros = ["clapi_macros"] typing = []