trans-gen-python 0.3.0-alpha.1

Generating Python trans code
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "anyhow"
version = "1.0.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b602bfe940d21c130f3895acd65221e8a61270debe89d628b9cb4e3ccb8569b"

[[package]]
name = "byteorder"
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"

[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"

[[package]]
name = "heck"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
dependencies = [
 "unicode-segmentation",
]

[[package]]
name = "include_dir"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23d58bdeb22b1c4691106c084b1063781904c35d0f22eda2a283598968eac61a"
dependencies = [
 "glob",
 "include_dir_impl",
 "proc-macro-hack",
]

[[package]]
name = "include_dir_impl"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "327869970574819d24d1dca25c891856144d29159ab797fa9dc725c5c3f57215"
dependencies = [
 "anyhow",
 "proc-macro-hack",
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "once_cell"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad"

[[package]]
name = "proc-macro-hack"
version = "0.5.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99c605b9a0adc77b7211c6b1f722dcb613d68d66859a44f3d485a6da332b0598"

[[package]]
name = "proc-macro2"
version = "1.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04f5f085b5d71e2188cb8271e5da0161ad52c3f227a661a3c135fdf28e258b12"
dependencies = [
 "unicode-xid",
]

[[package]]
name = "quote"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "syn"
version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e69abc24912995b3038597a7a593be5053eb0fb44f3cc5beec0deb421790c1f4"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-xid",
]

[[package]]
name = "trans"
version = "0.3.0-alpha.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57ce1ba57e77613e083f2261b0b7870c4660679de143dda4e55b755b04bf46ee"
dependencies = [
 "byteorder",
 "trans-derive",
]

[[package]]
name = "trans-derive"
version = "0.3.0-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30e9164cb7371d1aee1074f0e3bd655d6ae862d8ab7f17fa96c6159bfe0b9a8f"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "trans-gen-core"
version = "0.3.0-alpha.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee1bb77f3a0b6d465085d141adcb425a063319ad1d68a7b805de4314c7babf17"
dependencies = [
 "include_dir",
 "trans",
 "trans-schema",
]

[[package]]
name = "trans-gen-python"
version = "0.3.0-alpha.1"
dependencies = [
 "trans-gen-core",
]

[[package]]
name = "trans-schema"
version = "0.3.0-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3aadc16192edad7d13633452b5bb2e6dd51de2e5d2b722f373f887767a9bb5eb"
dependencies = [
 "heck",
 "once_cell",
 "trans-schema-derive",
]

[[package]]
name = "trans-schema-derive"
version = "0.3.0-alpha.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c81de76b97c4bfb71675cf3b1bc43d934459f30431663dc13cfece834127f772"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "unicode-segmentation"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"

[[package]]
name = "unicode-xid"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"