# 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 = "df_st_db" version = "0.3.0-development-2" authors = ["ralpha "] description = "Database store and query implementation for the DF Storyteller project." homepage = "https://dfstoryteller.com/" documentation = "https://docs.dfstoryteller.com/" readme = "../README.md" keywords = ["dwarf", "fortress", "storyteller"] categories = ["command-line-utilities", "encoding", "games", "web-programming"] license = "AGPL-3.0-or-later" repository = "https://gitlab.com/df_storyteller/df-storyteller" [dependencies.anyhow] version = "1.0" [dependencies.df_st_core] version = "0.3.0-development-2" [dependencies.df_st_derive] version = "0.3.0-development-2" [dependencies.diesel] version = "1.4.4" features = ["r2d2"] [dependencies.diesel_migrations] version = "1.4" [dependencies.indexmap] version = "1.4" [dependencies.indicatif] version = "0.15" [dependencies.log] version = "0.4" [dependencies.r2d2] version = "0.8" [dependencies.rand] version = "0.7" [dependencies.rand_chacha] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [features] default = ["sqlite"] postgres = ["diesel/postgres"] sqlite = ["diesel/sqlite"] [target."cfg(windows)".dependencies.libsqlite3-sys] version = "0.18" features = ["bundled"] [badges.gitlab] branch = "master" repository = "https://gitlab.com/df_storyteller/df-storyteller"