# 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 = "2021" name = "minetestworld" version = "0.5.4" authors = ["Jan Ole Zabel "] description = "Read and modify Minetest worlds" documentation = "http://docs.rs/minetestworld" readme = "README.md" license = "AGPL-3.0" repository = "https://github.com/UgnilJoZ/rust-minetestworld/" resolver = "1" [dependencies.async-std] version = "1" features = ["attributes"] [dependencies.futures] version = "0.3" [dependencies.leveldb-rs] version = "0.0.7" optional = true [dependencies.log] version = "0.4" [dependencies.num-integer] version = "0.1" [dependencies.redis] version = "0.24" features = ["async-std-comp"] optional = true default-features = false [dependencies.sqlx] version = "0.7" features = ["runtime-async-std"] optional = true [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.2" optional = true [dependencies.zstd] version = "0.13" [features] default = [ "redis", "sqlite", "postgres", ] experimental-leveldb = ["leveldb-rs"] postgres = [ "sqlx/postgres", "url", ] redis = [ "dep:redis", "url", ] sqlite = ["sqlx/sqlite"] tls-native-tls = ["sqlx/tls-native-tls"] tls-rustls = ["sqlx/tls-rustls"] [target."cfg(not(all(target_endian = \"big\", target_pointer_width = \"32\")))".dependencies.smartstring] version = "1" optional = true