[package] authors = ["Outvi V "] categories = ["api-bindings"] description = "Mirishita info bot & Wrapper for Princess API on matsurihi.me" documentation = "https://docs.rs/mirishita_info_bot" edition = "2021" homepage = "https://github.com/outloudvi/mirishita-info-bot" keywords = ["mirishita", "telegram-bot", "mltd", "cloudflare-workers"] license = "MIT" name = "mirishita_info_bot" readme = "README.md" repository = "https://github.com/outloudvi/mirishita-info-bot" version = "0.3.0" [dependencies] cfg-if = "0.1.2" lazy_static = "1.4.0" paste = "1.0" serde_json = "1.0.69" serde_repr = "0.1.7" strum = "0.23" strum_macros = "0.23" telegram-bot-raw = "0.8.0" worker = "0.0.9" # The `console_error_panic_hook` crate provides better debugging of panics by # logging them with `console.error`. This is great for development, but requires # all the `std::fmt` and `std::panicking` infrastructure, so isn't great for # code size when deploying. console_error_panic_hook = {version = "0.1.1", optional = true} [dependencies.chrono] features = ["serde"] version = "0.4.19" [dependencies.serde] features = ["derive"] version = "1.0.130" [features] default = ["console_error_panic_hook"] [lib] crate-type = ["cdylib", "rlib"] [profile.release] # Tell `rustc` to optimize for small code size. opt-level = "s" [package.metadata.docs.rs] rustdoc-args = ["--document-private-items"]