use-pg-constraint 0.1.0

PostgreSQL constraint primitives for RustUse
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "use-pg-column"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28a80e504c53ccc8a8456ed57c2334931e98ca335d4ff2b0714da49ffe23e0a5"
dependencies = [
 "use-pg-identifier",
 "use-pg-type",
]

[[package]]
name = "use-pg-constraint"
version = "0.1.0"
dependencies = [
 "use-pg-column",
 "use-pg-identifier",
 "use-pg-table",
]

[[package]]
name = "use-pg-identifier"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "844c911f2b7b549150e03b2b6992dbd20266db12adafe301e54ab6dd487105cf"

[[package]]
name = "use-pg-schema"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dec2b15ac116b08fdee88e16d3bcd94a8ac1fbef2d8fcbf4c50cff94056a9f65"
dependencies = [
 "use-pg-identifier",
]

[[package]]
name = "use-pg-table"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d798840ed49ac78d94dcd1108e170e31301610808614b9a2b1203cf362fa3926"
dependencies = [
 "use-pg-identifier",
 "use-pg-schema",
]

[[package]]
name = "use-pg-type"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfc404cc261b6aedd3a874523ea132e3d7fea57abafdf46f1adefe554dda5f94"