# 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" rust-version = "1.70.0" name = "nextcloud-config-parser" version = "0.10.0" authors = ["Robin Appelman "] description = "Rust parser for nextcloud config files" documentation = "https://docs.rs/nextcloud-config-parser" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/icewind1991/nextcloud-config-parser" [dependencies.form_urlencoded] version = "1.2.1" [dependencies.futures-core] version = "0.3.30" [dependencies.miette] version = "7.2.0" [dependencies.php-literal-parser] version = "0.6.0" [dependencies.redis] version = "0.25.0" optional = true default-features = false [dependencies.sqlx] version = "0.7.3" features = [ "any", "mysql", "sqlite", "postgres", ] optional = true default-features = false [dependencies.thiserror] version = "1.0.57" [dependencies.urlencoding] version = "2.1.3" [dev-dependencies.miette] version = "7.2.0" features = ["fancy"] [dev-dependencies.sqlx] version = "0.7.3" features = [ "runtime-tokio-rustls", "any", "mysql", "sqlite", "postgres", ] default-features = false [features] db-sqlx = ["sqlx"] redis-connect = ["redis"]