# 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 = "automattermostatus" version = "0.2.1" authors = ["Mathieu Clabaut "] include = [ "src/**/*.rs", "Cargo.toml", "Cargo.lock", "config.toml.example", "README.md", "CHANGELOG.md", "distrib/automattermostatus.desktop", "distrib/automattermostatus.service", ] description = "Automate your mattermost custom status with the help of visible wifi SSID." homepage = "https://gitlab.com/matclab/automattermostatus/" readme = "README.md" categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://gitlab.com/matclab/automattermostatus/" resolver = "2" [package.metadata.deb] extended-description = """ Automate mattermost status with the help of wifi network. Use current visible wifi SSID to automate your mattermost status. This program is meant to either be running in background or be call regularly with option `--delay 0`. It will then update your mattermost custom status according to the config file """ assets = [ [ "target/release/automattermostatus", "usr/bin/", "755", ], [ "README.md", "usr/share/doc/automattermostatus/README", "644", ], [ "config.toml.example", "usr/share/doc/automattermostatus/config.toml.example", "644", ], [ "distrib/automattermostatus.desktop", "etc/xdg/autostart/automattermostatus.desktop", "644", ], [ "doc/automattermostatus.1", "usr/share/man/man1/automattermostatus.1", "644", ], ] [profile.dev] debug = 0 [lib] name = "lib" path = "src/lib.rs" [[bin]] name = "automattermostatus" path = "src/main.rs" [dependencies.anyhow] version = "1.0.45" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.derivative] version = "2.2.0" [dependencies.directories-next] version = "2.0.0" [dependencies.figment] version = "0.10.6" features = ["toml"] [dependencies.keyring] version = "0.10.3" [dependencies.paw] version = "1.0.0" [dependencies.quick-xml] version = "0.22.0" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.68" [dependencies.shell-words] version = "1.0.0" [dependencies.structopt] version = "0.3.25" features = [ "paw", "wrap_help", "color", ] default-features = false [dependencies.thiserror] version = "1.0.30" [dependencies.toml] version = "0.5.8" [dependencies.tracing] version = "0.1.29" [dependencies.tracing-log] version = "0.1.2" [dependencies.tracing-subscriber] version = "0.3.1" features = [ "registry", "tracing-log", "ansi", "fmt", "smallvec", "env-filter", ] default-features = false [dependencies.ureq] version = "2.3.0" features = ["json"] [dev-dependencies.httpmock] version = "0.6.2" [dev-dependencies.mktemp] version = "0.4.1" [dev-dependencies.mockall] version = "0.10.2" [dev-dependencies.rusty-hook] version = "0.11.2" [dev-dependencies.test-log] version = "0.2.7" features = ["trace"] default-features = false [dev-dependencies.tracing-subscriber] version = "0.3.1" features = [ "fmt", "env-filter", ] default-features = false