[package] name = "target-tuples" version = "0.5.13" authors = ["Connor Horman "] edition = "2018" license = "Apache-2.0 AND MIT" repository = "https://github.com/chorman0773/rust-target-tuples" readme = "README.md" description = """ A library to parse target tuples of the form `--`, similar to those used by autoconf. """ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [[bin]] name = "config-sub" path = "src/config-sub.rs" [package.metadata.install-targets.config-sub] installed-path = "config.sub" [package.metadata.install-targets.config-sub-man] type = "man" installed-path = "/man1/config.sub.1" target-file = "config.sub.1"