connparse 0.6.0

Parse database connection strings, DSNs, URLs, file paths, and cloud storage URIs.
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 = "2024"
name = "connparse"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parse database connection strings, DSNs, URLs, file paths, and cloud storage URIs."
documentation = "https://docs.rs/connparse"
readme = "README.md"
keywords = [
    "connection-string",
    "database-url",
    "dsn",
    "parser",
    "uri",
]
categories = [
    "config",
    "database",
    "parser-implementations",
]
license = "Apache-2.0"
repository = "https://github.com/clidey/connparse"

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

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

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dev-dependencies.serde_json]
version = "1.0.149"