# 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 = "shorust" version = "1.0.3" authors = ["Edgar "] description = "A simple url shortener server made in rust." readme = "README.md" keywords = ["url", "shortener", "short", "link", "server"] categories = ["web-programming::http-server", "web-programming"] license = "MIT" repository = "https://github.com/edg-l/shorust" [dependencies.actix-ratelimit] version = "0.3.1" [dependencies.actix-rt] version = "1.1.1" [dependencies.actix-web] version = "3.3.2" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.env_logger] version = "0.8.2" [dependencies.futures] version = "0.3.12" [dependencies.log] version = "0.4.13" [dependencies.num_cpus] version = "1.13.0" [dependencies.r2d2] version = "0.8.9" [dependencies.r2d2_sqlite] version = "0.17.0" [dependencies.rand] version = "0.8.2" [dependencies.regex] version = "1.4.3" [dependencies.rusqlite] version = "0.24.2" [dependencies.serde] version = "1.0.120" [dependencies.thiserror] version = "1.0.23" [dependencies.validator] version = "0.12.0" features = ["derive"]