# 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 = "2018" name = "target-tuples" version = "0.5.13" authors = ["Connor Horman "] description = """ A library to parse target tuples of the form `--`, similar to those used by autoconf. """ readme = "README.md" license = "Apache-2.0 AND MIT" repository = "https://github.com/chorman0773/rust-target-tuples" [package.metadata.install-targets.config-sub] installed-path = "config.sub" [package.metadata.install-targets.config-sub-man] installed-path = "/man1/config.sub.1" target-file = "config.sub.1" type = "man" [[bin]] name = "config-sub" path = "src/config-sub.rs" [dependencies]