libpostal-sys 0.1.0

Low-level wrappers for libpostal address normalization (with locks to support thread-safe initialization)
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "autotools"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ec8e3c65baca58d892ae26d20bbe34713d20d0b02fd0ced4254f256aebbbb80"
dependencies = [
 "cc",
]

[[package]]
name = "cc"
version = "1.0.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"

[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"

[[package]]
name = "libpostal-sys"
version = "0.1.0"
dependencies = [
 "autotools",
 "lazy_static",
]