camo 0.6.0

Foreign language interface generation
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "camo"
version = "0.6.0"
dependencies = [
 "camo-core",
 "camo-derive",
 "camo-typescript",
 "unindent",
]

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

[[package]]
name = "camo-derive"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4002176c14f7fda73e3490be536180e33f3a9aee6d0302b323410fdff77dbce8"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "camo-typescript"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f9f27a9caf6ce611e03dce3d34cae390a1b099d954584a4cb543d7a86fbc2c6"
dependencies = [
 "camo-core",
]

[[package]]
name = "proc-macro2"
version = "1.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
dependencies = [
 "unicode-ident",
]

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

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

[[package]]
name = "unicode-ident"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"

[[package]]
name = "unindent"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f86d931b9d0b666761dcfcbac3ec5e9daff8a2becfff93a8fce2591ae297b95"