# 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_parser" version = "0.3.0-development-2" authors = ["ralpha "] description = "File parser manager 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.colored] version = "2.0" [dependencies.df_st_core] version = "0.3.0-development-2" [dependencies.df_st_db] version = "0.3.0-development-2" default-features = false [dependencies.df_st_image_maps] version = "0.3.0-development-2" [dependencies.df_st_image_site_maps] version = "0.3.0-development-2" [dependencies.df_st_legends] version = "0.3.0-development-2" [dependencies.df_st_legends_plus] version = "0.3.0-development-2" [dependencies.df_st_world_history] version = "0.3.0-development-2" [dependencies.df_st_world_sites_and_pops] version = "0.3.0-development-2" [dependencies.indicatif] version = "0.15" [dependencies.log] version = "0.4" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3.1" [dependencies.thiserror] version = "1.0" [dependencies.zip] version = "0.5" [dev-dependencies.image] version = "0.23" [dev-dependencies.pretty_assertions] version = "0.6" [features] default = ["sqlite"] postgres = ["df_st_db/postgres"] sqlite = ["df_st_db/sqlite"] [badges.gitlab] branch = "master" repository = "https://gitlab.com/df_storyteller/df-storyteller"