# 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_storyteller" version = "0.3.0-development-2" authors = ["ralpha "] default-run = "df_storyteller" description = "Command line interface for Dwarf Fortress Legends" 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" [[bin]] name = "df_storyteller" path = "src/main.rs" [[bin]] name = "df_storyteller_sqlite" path = "src/bin/sqlite.rs" required-features = ["sqlite"] [[bin]] name = "df_storyteller_postgres" path = "src/bin/postgres.rs" required-features = ["postgres"] [dependencies.df_st_cli] version = "0.3.0-development-2" default-features = false [features] default = ["sqlite"] postgres = ["df_st_cli/postgres"] sqlite = ["df_st_cli/sqlite"] [badges.gitlab] branch = "master" repository = "https://gitlab.com/df_storyteller/df-storyteller" [badges.maintenance] status = "actively-developed"