# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "get_env" version = "0.1.0" authors = ["Alec Mocatta "] description = "Get argv and envp by hook or by crook.\n\nThis library goes further than the stdlib to get arguments and environment variables, including reading from /proc/self/cmdline and similar.\n" homepage = "https://github.com/alecmocatta/get_env" documentation = "https://docs.rs/get_env/0.1.0" readme = "README.md" keywords = ["env"] categories = ["development-tools"] license = "Apache-2.0" repository = "https://github.com/alecmocatta/get_env" [dependencies.lazy_static] version = "1.0" [dependencies.libc] version = "0.2" [dev-dependencies.assert_cmd] version = "0.6" [dev-dependencies.serde_json] version = "1.0" [badges.appveyor] repository = "alecmocatta/get_env" [badges.circle-ci] repository = "alecmocatta/get_env" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "alecmocatta/get_env"