# 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 = "dia-args" version = "0.60.2" description = "..." keywords = [ "command-line", "arguments", "parser", "no-debts", ] categories = ["command-line-utilities"] license = "LGPL-3.0-or-later" [[bin]] name = "dia-args" path = "src/bin/dia-args/main.rs" required-features = ["bin"] [dependencies.debt64] version = ">= 9, < 10" features = ["std"] optional = true [dependencies.dia-files] version = ">= 0.19, < 0.20" optional = true [dependencies.dia-time] version = ">= 7, < 8" features = [ "lib-c", "std", ] optional = true [dependencies.zeros] version = ">= 16, < 17" features = ["std"] optional = true [features] bin = [ "debt64", "dia-files", "dia-time", "zeros", ]