# 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 = "pslink-shared" version = "0.4.1-beta.2" authors = ["Dietrich "] description = "A simple webservice that allows registered users to create short links including qr-codes.\nAnyone can visit the shortened links. This is an ideal setup for small busines or for publishing papers." readme = "../pslink/README.md" keywords = ["url", "link", "webpage", "actix", "web"] categories = ["web-programming", "network-programming", "web-programming::http-server", "command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/enaut/pslink/" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.enum-map] version = "1" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.strum] version = "0.21" [dependencies.strum_macros] version = "0.21"