[dev-dependencies.rustversion]
version = "1.0"
[dev-dependencies.target-triple]
version = "0.1"
[[example]]
name = "print"
path = "examples/print.rs"
[lib]
name = "argv"
path = "src/lib.rs"
[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "Command line arguments by reference: `Iterator<Item = &'static OsStr>`"
documentation = "https://docs.rs/argv"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "argv"
readme = "README.md"
repository = "https://github.com/dtolnay/argv"
rust-version = "1.52"
version = "0.1.13"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition", "--extern-html-root-url=core=https://doc.rust-lang.org", "--extern-html-root-url=alloc=https://doc.rust-lang.org", "--extern-html-root-url=std=https://doc.rust-lang.org"]
targets = ["x86_64-unknown-linux-gnu"]
[[test]]
name = "test"
path = "tests/test.rs"