# 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 = "2018" name = "url-bot-rs" version = "0.4.3" authors = ["Edward Cragg "] build = "build.rs" include = ["src/**/*", "build.rs", "Cargo.*", "README.md", "COPYING", "example.config.toml"] description = "Minimal IRC URL bot in Rust" readme = "README.md" keywords = ["irc", "bot", "title"] license = "ISC" repository = "https://github.com/nuxeh/url-bot-rs" [package.metadata.deb] assets = [["example.config.toml", "usr/share/doc/url-bot-rs/", "644"], ["target/assets/url-bot-rs.1", "usr/local/share/man/man1/", "644"], ["systemd/url-bot-rs.service", "lib/systemd/system/", "644"], ["target/release/url-bot-rs", "usr/bin/", "755"], ["target/release/url-bot-get", "usr/bin/", "755"]] extended-description = "Standalone IRC bot; for resolving URLs posted, retrieving, and posting page\ntitles to a configurable IRC server and channels" maintainer-scripts = "debian" [dependencies.atty] version = "0.2.14" [dependencies.chrono] version = "0.4.19" [dependencies.directories] version = "4.0.1" [dependencies.docopt] version = "1.1.1" [dependencies.failure] version = "0.1.8" [dependencies.humansize] version = "1.1.1" [dependencies.image] version = "0.22.5" features = ["gif_codec", "jpeg", "png_codec", "pnm", "tiff", "bmp"] default-features = false [dependencies.irc] version = "0.13.6" [dependencies.itertools] version = "0.10.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.14" [dependencies.mime] version = "0.3.16" [dependencies.openssl] version = "0.10.38" features = ["vendored"] optional = true [dependencies.phf] version = "0.7.24" [dependencies.regex] version = "1.5.4" [dependencies.reqwest] version = "0.11.5" features = ["blocking", "cookies", "json"] [dependencies.rusqlite] version = "0.14.0" [dependencies.scraper] version = "0.12.0" features = [] default-features = false [dependencies.serde] version = "1.0.136" [dependencies.serde_derive] version = "1.0.104" [dependencies.serde_rusqlite] version = "0.14.0" [dependencies.stderrlog] version = "0.5.1" [dependencies.tokio-core] version = "0.1.18" [dependencies.toml] version = "0.5.8" [dependencies.unicode-segmentation] version = "1.8.0" [dev-dependencies.diff] version = "0.1.12" [dev-dependencies.tempfile] version = "3.3.0" [dev-dependencies.tiny_http] version = "0.10.0" [build-dependencies.built] version = "0.5.1" features = ["git2"] [build-dependencies.man] version = "0.3.0" [features] default = [] openssl_vendored = ["openssl/vendored"] sqlite_bundled = ["rusqlite/bundled"] [badges.codecov] branch = "master" repository = "nuxeh/url-bot-rs" [badges.coveralls] branch = "master" repository = "nuxeh/url-bot-rs" service = "github" [badges.travis-ci] branch = "master" repository = "nuxeh/url-bot-rs"