# 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 = "ruspk" version = "0.1.4" authors = ["Sebastian Schmidt "] build = "build.rs" description = "Rust rewrite of spkrepo's / GET API https://github.com/SynoCommunity/spkrepo" readme = "README.md" keywords = ["synology"] license = "GPL-3.0-only" repository = "https://github.com/publicarray/ruspk" [profile.release] lto = "thin" [dependencies.actix-rt] version = "1" [dependencies.actix-web] version = "2" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.diesel] version = "1.4" features = ["chrono", "r2d2"] [dependencies.dotenv] version = "0.9" [dependencies.env_logger] version = "0.7" [dependencies.evmap] version = "10" [dependencies.evmap-derive] version = "0.1.0" [dependencies.lazy_static] version = "1.4" [dependencies.libsqlite3-sys] version = "0.18" features = ["bundled"] optional = true [dependencies.log] version = "0.4" [dependencies.percent-encoding] version = "2" [dependencies.r2d2] version = "0.8" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.serde_with] version = "1.4" [features] mysql = ["diesel/mysql"] postgres = ["diesel/postgres"] sqlite = ["diesel/sqlite", "libsqlite3-sys"] [badges.is-it-maintained-issue-resolution] repository = "https://github.com/publicarray/ruspk" [badges.is-it-maintained-open-issues] repository = "https://github.com/publicarray/ruspk" [badges.maintenance] status = "passively-maintained"