# 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 = "swh" version = "0.2.1" authors = ["Zhenyuan Lau "] description = "A CLI for Switch Hosts" homepage = "https://swh.zhenyuanlau.me" readme = "README.md" keywords = [ "cli", "hosts", "demo", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/zhenyuanlau/swh" [dependencies.async-trait] version = "0.1.61" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.0.0" [dependencies.comfy-table] version = "6.1.4" [dependencies.daemonize] version = "0.5.0" [dependencies.directories-next] version = "2.0.0" [dependencies.env_logger] version = "0.10.0" [dependencies.faccess] version = "0.2.4" [dependencies.http-body-util] version = "0.1.0-rc.2" [dependencies.hyper] version = "1.0.0-rc.3" features = ["full"] [dependencies.kdl] version = "4.6.0" [dependencies.knuffel] version = "3.2.0" [dependencies.log] version = "0.4.17" [dependencies.miette] version = "5.8.0" features = ["fancy"] [dependencies.regex] version = "1.8.1" [dependencies.reqwest] version = "0.11.13" features = ["json"] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.sudo] version = "0.6.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.24.1" features = ["full"] [dev-dependencies.assert_cmd] version = "2.0.7" [dev-dependencies.mockall] version = "0.11.3"