fundamental_data_type 0.1.6

Fundamental data types and type constructors, like Single, Pair, Many.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

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

[[package]]
name = "dissimilar"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c97b9233581d84b8e1e689cdd3a47b6f69770084fc246e86a7f78b0d9c1d4a5"

[[package]]
name = "for_each"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6408985cf5807463d9af0afb2d8d921543f5aaff31eceba08bfe0147960a76f"

[[package]]
name = "fundamental_data_type"
version = "0.1.6"
dependencies = [
 "test_tools",
 "type_constructor",
]

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

[[package]]
name = "impls_index"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28fda84ecd9cfaa11102b738609f6e06994e6a2bb746ca2cc47a04b3740e88f2"
dependencies = [
 "impls_index_meta",
]

[[package]]
name = "impls_index_meta"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3ff2cab3f129e4614029902f98e9f8299e69212db04f7579ac95db2887b922c"
dependencies = [
 "proc-macro2",
 "proc_macro_tools",
 "quote",
 "syn",
 "werror",
]

[[package]]
name = "itoa"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"

[[package]]
name = "literally"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0d2be3f5a0d4d5c983d1f8ecc2a87676a0875a14feb9eebf0675f7c3e2f3c35"

[[package]]
name = "meta_tools"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c17dce56e8c61565c3ffcba9be6b768229e71250be710bc8bd210b5c7194214"
dependencies = [
 "for_each",
 "impls_index",
 "literally",
 "mod_interface",
]

[[package]]
name = "mod_interface"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fef91979d4fa144017fac853d94e7758d94ae89e39b6fae678f3838cb53c9d7"
dependencies = [
 "mod_interface_meta",
 "mod_interface_runtime",
]

[[package]]
name = "mod_interface_meta"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fe8a9ef1569f519bacdc8fba5ccba8a04c4f2bf45e9cf3c1fb800b87e6ea82f"
dependencies = [
 "proc_macro_tools",
]

[[package]]
name = "mod_interface_runtime"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83c53ae5e4158f67f839f584ca5f49791b0bd00b597e514dc4543174fe70a661"

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

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

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

[[package]]
name = "proc_macro_tools"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eef20d74fe7535a5358b66576de5e805a6ade4a7ccb7c9e097b6a997496a717f"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
 "type_constructor",
 "winterval",
]

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

[[package]]
name = "rustversion"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"

[[package]]
name = "ryu"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"

[[package]]
name = "serde"
version = "1.0.137"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"

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

[[package]]
name = "serde_json"
version = "1.0.81"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
dependencies = [
 "itoa",
 "ryu",
 "serde",
]

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

[[package]]
name = "termcolor"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
dependencies = [
 "winapi-util",
]

[[package]]
name = "test_tools"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fb613521499f7437ed73bb71df78301bfbccc5760fcaccc298f77dc0f12f0a7"
dependencies = [
 "wtest_basic",
]

[[package]]
name = "toml"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
dependencies = [
 "serde",
]

[[package]]
name = "trybuild"
version = "1.0.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fc92f558afb6d1d7c6f175eb8d615b8ef49c227543e68e19c123d4ee43d8a7d"
dependencies = [
 "dissimilar",
 "glob",
 "once_cell",
 "serde",
 "serde_derive",
 "serde_json",
 "termcolor",
 "toml",
]

[[package]]
name = "type_constructor"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aefed97d05e341a9c2b1c7f372e5587416658f0b20f98896bd46a6e61b7b59b5"

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

[[package]]
name = "werror"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59fe0181744047c814e4ffb5ff58e817e798298b4197f344bc697440f5624c0"

[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
 "winapi-i686-pc-windows-gnu",
 "winapi-x86_64-pc-windows-gnu",
]

[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"

[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
 "winapi",
]

[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"

[[package]]
name = "winterval"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69256e80ede0758736f2fb06d3b226406ed482c7658f8ed94be58f8658a0bb3c"

[[package]]
name = "wtest_basic"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aded50f624785f13d99daf7cdb1fe81b8aa24ecc528e297e649d22a830299394"
dependencies = [
 "anyhow",
 "meta_tools",
 "paste",
 "rustversion",
 "trybuild",
]