# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tellirc" version = "0.1.6" authors = ["Edward Huang "] description = "IRC bot - Saves messages and tell the person you are after" readme = "README.md" keywords = ["irc", "chat", "bot"] categories = ["network-programming"] license = "AGPL-3.0-or-later" [dependencies.chrono] version = "0.4.6" [dependencies.irc] version = "0.13" [dependencies.rusqlite] version = "0.18.0" features = ["chrono"] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0"