nextcloud-config-parser 0.15.2

Rust parser for nextcloud config files
Documentation
# 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.88.0"
name = "nextcloud-config-parser"
version = "0.15.2"
authors = ["Robin Appelman <robin@icewind.nl>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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://codeberg.org/icewind/nextcloud-config-parser"

[lib]
name = "nextcloud_config_parser"
path = "src/lib.rs"

[[example]]
name = "config"
path = "examples/config.rs"

[[test]]
name = "configs"
path = "tests/configs.rs"

[dependencies.form_urlencoded]
version = "1.2.1"

[dependencies.indexmap]
version = "2.13.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.miette]
version = "7.4.0"

[dependencies.php-literal-parser]
version = "0.7.1"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.urlencoding]
version = "2.1.3"

[dev-dependencies.miette]
version = "7.4.0"
features = ["fancy"]

[dev-dependencies.redis]
version = "1.0.4"

[dev-dependencies.sqlx]
version = "0.8.3"
features = [
    "any",
    "mysql",
    "sqlite",
    "postgres",
]
default-features = false