# 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] name = "tri" version = "0.1.0" authors = ["Nathan Ringo "] description = "A simple task bot for Slack." homepage = "https://github.com/remexre/tri" documentation = "https://docs.rs/tri" license = "Apache-2.0/MIT" repository = "https://github.com/remexre/tri" [[bin]] name = "tri" path = "src/main.rs" doc = false [dependencies.rayon] version = "0.8.2" [dependencies.log] version = "0.3.8" [dependencies.nom] version = "3.2.1" features = ["verbose-errors"] [dependencies.diesel_codegen] version = "0.16.0" features = ["sqlite"] [dependencies.slack] version = "0.19.0" [dependencies.error-chain] version = "0.11.0" [dependencies.chrono] version = "0.4.0" [dependencies.prettytable-rs] version = "0.6.7" [dependencies.pretty_env_logger] version = "0.1.1" [dependencies.dotenv] version = "0.10.1" [dependencies.void] version = "1.0.2" [dependencies.schedule] version = "0.1.0" [dependencies.diesel] version = "0.16.0" features = ["chrono", "sqlite"]