# 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 = "webcord" version = "0.0.0" authors = ["SOFe "] description = "Mirrors Discord chat logs on webpages in a searchable fashion" homepage = "https://github.com/SOF3/webcord" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/SOF3/webcord" [dependencies.actix-files] version = "0.2.0-alpha.3" [dependencies.actix-rt] version = "1.0.0-alpha.3" [dependencies.actix-web] version = "2.0.0-alpha.3" [dependencies.config] version = "0.10.1" [dependencies.dirmod] version = "0.2.0-alpha.1" [dependencies.dotenv] version = "0.15.0" [dependencies.futures] version = "0.3.1" [dependencies.getset] version = "0.0.9" [dependencies.handlebars] version = "2.0.2" [dependencies.log] version = "0.4.8" [dependencies.pretty_env_logger] version = "0.3.1" [dependencies.rand] version = "0.7.2" [dependencies.serde] version = "1.0.103" features = ["std", "derive"] [dependencies.serde_json] version = "1.0.44" [dependencies.serenity] version = "0.7.3" [dependencies.typemap] version = "0.3.3"