# 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 = "2015" rust-version = "1.30.0" name = "getopt" version = "1.1.7" authors = ["David Wildasin "] publish = true description = "A minimal, (essentially) POSIX-compliant option parser" readme = "README.md" categories = [ "command-line-interface", "command-line-utilities", ] license = "BSD-3-Clause-Clear" repository = "https://git.dragonma.us/rust/getopt"