Files
Notes/notes-service/vendor/getopts/Cargo.toml
T
2026-08-01 16:11:49 +03:00

62 lines
1.3 KiB
TOML

# 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.66"
name = "getopts"
version = "0.2.24"
authors = ["The Rust Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "getopts-like option parsing"
readme = "README.md"
categories = ["command-line-interface"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/getopts"
[features]
default = ["unicode"]
rustc-dep-of-std = [
"std",
"core",
]
unicode = ["dep:unicode-width"]
[lib]
name = "getopts"
path = "src/lib.rs"
[[test]]
name = "smoke"
path = "tests/smoke.rs"
[dependencies.core]
version = "1.0"
optional = true
package = "rustc-std-workspace-core"
[dependencies.std]
version = "1.0"
optional = true
package = "rustc-std-workspace-std"
[dependencies.unicode-width]
version = "0.2.0"
optional = true
[dev-dependencies.log]
version = "0.4"