# 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 = "urlharvest" version = "0.5.5" authors = ["Sami J. Mäkinen "] description = "URL harvester for IRC irssi logs, no bot" readme = "README.md" keywords = ["irc", "url", "harvest", "irssi", "search"] license = "MIT OR Apache-2.0" repository = "https://github.com/sjm42/urlharvest-rs" resolver = "2" [profile.release] opt-level = 3 lto = true [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4" [dependencies.env_logger] version = "0.9" [dependencies.handlebars] version = "4.1" [dependencies.libsqlite3-sys] version = "0" [dependencies.linemux] version = "0.2" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.5" [dependencies.rusqlite] version = "0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.shellexpand] version = "2.1" [dependencies.structopt] version = "0.3" [dependencies.tera] version = "1.15" [dependencies.tokio] version = "1.7.1" features = ["full"] [dependencies.warp] version = "0.3" [dependencies.webpage] version = "1.3" [build-dependencies.build-data] version = "0.1"