# 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 = "sjmb" version = "1.0.0" authors = ["Sami J. Mäkinen "] description = "IRC bot" readme = "README.md" keywords = [ "irc", "bot", ] license = "MIT OR Apache-2.0" repository = "https://github.com/sjm42/sjmb" resolver = "2" [profile.release] opt-level = "s" lto = true [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.chrono-tz] version = "0.8" [dependencies.env_logger] version = "0.10" [dependencies.futures] version = "0.3" [dependencies.irc] version = "0.15" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.8" [dependencies.reqwest] version = "0.11" features = ["native-tls"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.shellexpand] version = "3.1" features = ["full"] [dependencies.sqlx] version = "0.6" features = [ "macros", "migrate", "runtime-tokio-native-tls", "sqlite", "offline", ] [dependencies.structopt] version = "0.3" [dependencies.tera] version = "1.18" [dependencies.tokio] version = "1.28" features = ["full"] [dependencies.url] version = "2.3" [dependencies.webpage] version = "1.5" [build-dependencies.build-data] version = "0.1"