mirror of
https://codeberg.org/icewind/nextcloud-config-parser.git
synced 2026-06-03 08:34:13 +02:00
0.11.0
This commit is contained in:
parent
3afce299f7
commit
f61ab10717
5 changed files with 321 additions and 306 deletions
14
Cargo.toml
14
Cargo.toml
|
|
@ -1,26 +1,26 @@
|
|||
[package]
|
||||
name = "nextcloud-config-parser"
|
||||
description = "Rust parser for nextcloud config files"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/icewind1991/nextcloud-config-parser"
|
||||
documentation = "https://docs.rs/nextcloud-config-parser"
|
||||
rust-version = "1.70.0"
|
||||
rust-version = "1.74.1"
|
||||
|
||||
[dependencies]
|
||||
redis = { version = "0.25.0", optional = true, default-features = false }
|
||||
thiserror = "1.0.57"
|
||||
php-literal-parser = "0.6.0"
|
||||
sqlx = { version = "0.7.3", default-features = false, features = ["any", "mysql", "sqlite", "postgres"], optional = true }
|
||||
redis = { version = "0.26.0", optional = true, default-features = false }
|
||||
thiserror = "1.0.63"
|
||||
php-literal-parser = "0.6.1"
|
||||
sqlx = { version = "0.8.0", default-features = false, features = ["any", "mysql", "sqlite", "postgres"], optional = true }
|
||||
miette = "7.2.0"
|
||||
futures-core = "0.3.30"
|
||||
urlencoding = "2.1.3"
|
||||
form_urlencoded = "1.2.1"
|
||||
|
||||
[dev-dependencies]
|
||||
sqlx = { version = "0.7.3", default-features = false, features = ["runtime-tokio-rustls", "any", "mysql", "sqlite", "postgres"] }
|
||||
sqlx = { version = "0.8.0", default-features = false, features = ["runtime-tokio-rustls", "any", "mysql", "sqlite", "postgres"] }
|
||||
miette = { version = "7.2.0", features = ["fancy"] }
|
||||
|
||||
[features]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue