# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "lemmy_db_queries" version = "0.13.5" description = "A link aggregator for the fediverse" homepage = "https://join-lemmy.org/" documentation = "https://join-lemmy.org/docs/en/index.html" license = "AGPL-3.0" [lib] name = "lemmy_db_queries" path = "src/lib.rs" doctest = false [dependencies.bcrypt] version = "0.10.1" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.diesel] version = "1.4.8" features = ["postgres", "chrono", "r2d2", "serde_json"] [dependencies.diesel_migrations] version = "1.4.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.lemmy_db_schema] version = "=0.13.5" [dependencies.lemmy_utils] version = "=0.13.5" [dependencies.log] version = "0.4.14" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.68" features = ["preserve_order"] [dependencies.sha2] version = "0.9.8" [dependencies.strum] version = "0.21.0" [dependencies.strum_macros] version = "0.21.1" [dependencies.url] version = "2.2.2" features = ["serde"] [dev-dependencies.serial_test] version = "0.5.1"