# 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" rust-version = "1.74.0" name = "clap-file" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provides types for clap's derive interface, enabling easy handling of input/output with automatically opened files or standard input/output based on command-line arguments." readme = "README.md" keywords = [] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/gifnksm/clap-file" [package.metadata.cargo-sync-rdme.badge] style = "flat-square" [package.metadata.cargo-sync-rdme.badge.badges] codecov = true crates-io = true docs-rs = true maintenance = true rust-version = true [package.metadata.cargo-sync-rdme.badge.badges.github-actions] workflows = "ci.yml" [package.metadata.cargo-sync-rdme.badge.badges.license] link = "#license" [lib] name = "clap_file" path = "src/lib.rs" [dev-dependencies.clap] version = "4.5.18" features = ["derive"] [build-dependencies] [badges.maintenance] status = "passively-maintained"