# 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 = "stblib" version = "0.6.4" authors = [ "Juliandev02 ", "Paddyk45", "matteodev8", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "stblib is a simple library that takes over and simplifies important and useful tasks." readme = "README.md" keywords = [ "notifications", "strawberry-chat", "network", "colors", "localization", ] categories = [ "localization", "network-programming", ] license = "AGPL-3.0-only" repository = "https://github.com/Strawberry-Foundations/stblib-rust" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" features = [ "stbchat", "stbchat-scapi", "notifications", "email", "plugin", ] targets = [ "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", ] [lib] name = "stblib" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" [dependencies.dirs] version = "5.0.1" [dependencies.eyre] version = "0.6.12" [dependencies.lettre] version = "0.11.9" optional = true [dependencies.num-traits] version = "0.2.19" [dependencies.os_info] version = "3.8.2" [dependencies.regex] version = "1.11.0" [dependencies.reqwest] version = "0.12.8" features = ["blocking"] [dependencies.rmp-serde] version = "1.3.0" optional = true [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.129" [dependencies.serde_yaml] version = "0.9.34" [dependencies.shellwords] version = "1.1.0" [dependencies.socket2] version = "0.5.7" optional = true [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.40.0" features = [ "rt", "rt-multi-thread", "macros", ] optional = true [features] email = ["dep:lettre"] full = [ "stbchat", "stbchat-scapi", "notifications", "email", "plugin", ] notifications = [ "dep:dbus", "dep:winrt-notification", ] plugin = [] stbchat = [ "dep:tokio", "dep:rmp-serde", "dep:socket2", ] stbchat-scapi = ["stbchat"] stbchat-sync = ["stbchat"] [target."cfg(unix)".dependencies.dbus] version = "0.6.5" optional = true [target."cfg(windows)".dependencies.winrt-notification] version = "0.5.1" optional = true