mirror of
https://codeberg.org/icewind/nextcloud-config-parser.git
synced 2026-06-03 08:34:13 +02:00
24 lines
729 B
TOML
24 lines
729 B
TOML
[package]
|
|
name = "nextcloud-config-parser"
|
|
description = "Rust parser for nextcloud config files"
|
|
version = "0.15.0"
|
|
authors = ["Robin Appelman <robin@icewind.nl>"]
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://codeberg.org/icewind/nextcloud-config-parser"
|
|
documentation = "https://docs.rs/nextcloud-config-parser"
|
|
rust-version = "1.88.0"
|
|
|
|
[dependencies]
|
|
thiserror = "2.0.11"
|
|
php-literal-parser = "0.7.1"
|
|
miette = "7.4.0"
|
|
urlencoding = "2.1.3"
|
|
form_urlencoded = "1.2.1"
|
|
itertools = "0.14.0"
|
|
indexmap = "2.13.0"
|
|
|
|
[dev-dependencies]
|
|
miette = { version = "7.4.0", features = ["fancy"] }
|
|
sqlx = { version = "0.8.3", default-features = false, features = ["any", "mysql", "sqlite", "postgres"] }
|
|
redis = "1.0.4"
|