# 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" name = "postgres-conn-str" version = "0.1.1" description = "PostgreSQL-compatibly idiosyncratic connection string parsing. Forked from pg-connection-string" license = "AGPL-3.0-or-later" repository = "https://github.com/miralandlabs/postgres-conn-str" [[bin]] name = "pcs" required-features = ["cli"] [dependencies.anyhow] version = "1.0.71" features = ["std"] default-features = false [dependencies.clap] version = "4.5.20" features = [ "derive", "color", "std", ] optional = true default-features = false [dependencies.jacklog] version = "0.3.1" optional = true default-features = false [dependencies.nom] version = "7.1.3" features = ["alloc"] default-features = false [dependencies.rand] version = "0.8.5" features = [ "std_rng", "std", ] optional = true default-features = false [dependencies.serde] version = "^1" features = ["derive"] optional = true default-features = false [dependencies.serde_yaml] version = "^0.9" optional = true default-features = false [dependencies.tracing] version = "0.1.37" default-features = false [features] cli = [ "dep:clap", "dep:jacklog", "anyhow/backtrace", "dep:rand", ] default = [] serde = [ "dep:serde", "dep:serde_yaml", ]