foxbot/Cargo.toml

55 lines
1.3 KiB
TOML

[package]
name = "foxbot"
version = "0.1.1"
authors = ["Syfaro <syfaro@huefox.com>"]
edition = "2018"
[dependencies]
reqwest = { version = "0.10", features = ["json"] }
linkify = "0.4"
rand = "0.7"
regex = "1"
scraper = "0.11"
async-trait = "0.1"
fluent = "0.9"
fluent-langneg = "0.11"
unic-langid = "0.7"
hyper = "0.13"
hamming = "0.1"
log = "0.4"
pretty_env_logger = "0.4"
sentry = { version = "0.17", features = ["with_debug_meta"] }
uuid = "0.7"
failure = "0.1"
influxdb = "0.0.6"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
envy = "0.4"
egg-mode = "0.13"
tokio = { version = "0.2", features = ["macros", "time", "stream", "sync"] }
futures = "0.3"
futures-util = "0.3"
tokio01 = { version = "0.1", package = "tokio" }
telegram = { path = "./telegram", features = ["trace"] }
fautil = { path = "./fautil", features = ["trace", "local_hash"] }
cfscrape = { git = "https://git.huefox.com/syfaro/cfscrape-rust.git" }
tracing = "0.1"
tracing-subscriber = "0.2"
tracing-futures = "0.2"
opentelemetry = "0.1"
tracing-opentelemetry = "0.1"
rusqlite = { version = "0.21", features = ["bundled"] }
refinery = { version = "0.2", features = ["rusqlite"] }
barrel = { version = "0.6", features = ["sqlite3"] }
quaint = { version = "0.2.0-alpha.9", features = ["full"] }
[profile.release]
lto = true
codegen-units = 1