# 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 = "rs_machine_input_chirho" version = "0.1.2" authors = ["Love Jesus "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line tool to synchronize computer resource information with a remote database" homepage = "https://gitea-aleluya.prd.pw/loveJesus/rs_machine_input_chirho.git" readme = "README.md" keywords = [ "system-info", "synchronization", "database", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://gitea-aleluya.prd.pw/loveJesus/rs_machine_input_chirho.git" [[bin]] name = "rs_machine_input_chirho" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.dotenvy] version = "0.15.7" [dependencies.hostname] version = "0.4.0" [dependencies.reqwest] version = "0.12.5" features = [ "json", "blocking", ] [dependencies.rocket] version = "0.5.1" features = ["json"] [dependencies.rocket_db_pools] version = "0.1.0" features = ["sqlx_sqlite"] [dependencies.serde] version = "~1.0" features = ["derive"] [dependencies.serde_json] version = "~1.0" [dependencies.sqlx] version = "~0.7" features = [ "chrono", "runtime-tokio", "sqlite", ] [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.users] version = "0.11.0" [target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "openbsd"))'.dependencies.sys-info] version = "0.9" [target.'cfg(any(target_os = "windows", target_os = "macos"))'.dependencies.sysinfo] version = "0.23"