# 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 = "infomgr" version = "0.2.2" authors = ["Seimizu Joukan "] description = "Show system information." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://gitlab.com/joukan/infomgr.git" [lib] name = "infomgr_con" [[bin]] name = "infomgr-rs" path = "src/main.rs" [[bin]] name = "infomgr_logger" path = "src/infomgr_logger.rs" [dependencies.cfg-if] version = "1.0" [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.error-stack] version = "0.2.4" [dependencies.ipcon-sys] version = "0.2" optional = true [dependencies.jlogger-tracing] version = "0.1.4" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.tracing] version = "0.1.37" [build-dependencies.jlogger-tracing] version = "0.1.4" [build-dependencies.tracing] version = "0.1.37" [features] default = [] enable_ipcon = ["ipcon-sys"]