# 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 = "mymy" version = "0.3.0" authors = ["Théo Crevon "] description = "Access the most common information about your system using a single command" homepage = "https://github.com/oleiade/mymy" readme = "README.md" keywords = [ "cli", "network", "time", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/oleiade/mymy" [package.metadata.deb] section = "main" [package.metadata.rpm] package = "mymy" [package.metadata.rpm.cargo] buildflags = ["--release"] [package.metadata.rpm.targets.mymy] path = "/usr/bin/mymy" [profile.release] lto = "off" debug = 1 incremental = true [[bin]] name = "my" path = "src/main.rs" [dependencies.anyhow] version = "1.0.70" [dependencies.chrono] version = "0.4.24" default-features = false [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.get_if_addrs] version = "0.5.3" [dependencies.human-panic] version = "1.1.4" [dependencies.itertools] version = "0.10.5" [dependencies.local-ip-address] version = "0.5.1" [dependencies.rsntp] version = "3.0.2" [dependencies.serde] version = "1.0.159" features = ["serde_derive"] default-features = false [dependencies.serde_json] version = "1.0.95" [dependencies.sysinfo] version = "0.28.4" [dependencies.tokio] version = "1.27.0" features = ["macros"] default-features = false [dependencies.trust-dns-resolver] version = "0.22.0" features = [ "tokio-runtime", "system-config", ] default-features = false [dependencies.whoami] version = "1.4.0" default-features = false