# 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 = "linkr" version = "0.2.0" authors = ["Edward Shen "] description = "Lightweight self-hosted personal link shortening and renaming service" readme = "readme.md" license = "AGPL-3.0-or-later" repository = "https://github.com/edward-shen/linkr" [dependencies.chrono] version = "0.4.6" [dependencies.diesel] version = "1.0.0" features = ["postgres", "chrono"] [dependencies.diesel_migrations] version = "1.4.0" [dependencies.dotenv] version = "0.13.0" [dependencies.hmac] version = "0.7.0" [dependencies.lazy_static] version = "1.3.0" [dependencies.rocket] version = "0.4.0" [dependencies.rocket_contrib] version = "0.4.0" features = ["diesel_postgres_pool"] [dependencies.sha2] version = "0.8.0"