# 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 = "pam-send-slack-message" version = "0.2.0" authors = ["Iuri Diniz "] description = "pam helper that publishes messages on Slack based on ssh access" readme = "README.md" keywords = ["pam", "sshd", "ssh", "slack"] license = "MIT" repository = "https://github.com/iuridiniz/pam-send-slack-message/" [package.metadata.deb] assets = [["target/release/pam-send-slack-message", "/usr/bin/pam-send-slack-message", "755"], ["src/settings.default.toml", "etc/pam-send-slack-message.toml", "600"], ["README.md", "usr/share/doc/pam-send-slack-message/README", "644"], ["LICENSE", "usr/share/doc/pam-send-slack-message/LICENSE", "644"]] conf-files = ["etc/pam-send-slack-message.toml"] extended-description = "pam-send-slack-message is a program that publishes messages on slack when the linux server is accessed through ssh." recommends = "openssh-server" [profile.release] opt-level = "z" lto = true panic = "abort" [dependencies.chrono] version = "0.4.19" [dependencies.chrono-tz] version = "0.6.0" [dependencies.config] version = "0.11.0" [dependencies.ellipse] version = "0.2.0" [dependencies.gethostname] version = "0.2.1" [dependencies.log] version = "0.4.14" [dependencies.reqwest] version = "0.11.5" features = ["blocking", "rustls-tls"] default-features = false [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.simple_logger] version = "1.13.0" features = ["stderr"]