# 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 = "slackr" version = "0.1.1" build = false exclude = ["src/bin/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust library for managing Slack API." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/mnemonad/slackr" resolver = "1" [lib] name = "slackr" path = "src/lib.rs" [dependencies.dotenv] version = "0.15.0" [dependencies.futures] version = "0.3.31" [dependencies.futures-util] version = "0.3.31" [dependencies.reqwest] version = "0.12.8" features = ["json"] [dependencies.rusqlite] version = "0.32.1" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.tokio-tungstenite] version = "0.24.0" features = ["native-tls"]