# 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 = "2021" name = "system_env" version = "0.6.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Information about the system environment: operating system, architecture, package manager, etc." homepage = "https://moonrepo.dev/proto" readme = "README.md" license = "MIT" repository = "https://github.com/moonrepo/proto" [lib] name = "system_env" path = "src/lib.rs" [[test]] name = "pm_test" path = "tests/pm_test.rs" [dependencies.schematic] version = "0.17.5" features = ["schema"] optional = true default-features = false [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.shell-words] version = "1.1.0" [dependencies.thiserror] version = "1.0.64" [features] default = [] schematic = ["dep:schematic"]