# 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 = "os_info_cli" version = "2.0.0" authors = ["Stanislav Tkach "] description = "Detect the operating system type and version." homepage = "https://github.com/stanislav-tkach/os_info" documentation = "https://docs.rs/os_info" readme = "README.md" keywords = ["cli", "os", "os_type", "os_version", "os_info"] categories = ["command-line-interface", "os"] license = "MIT" repository = "https://github.com/stanislav-tkach/os_info" [[bin]] name = "os_info" path = "src/main.rs" [dependencies.clap] version = "3" features = ["derive"] [dependencies.env_logger] version = "0.9" [dependencies.log] version = "0.4.5" [dependencies.os_info] version = "3.2.0" default-features = false [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.predicates] version = "2"