# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = "byteorder" version = "1.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "fxhash" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" dependencies = [ "byteorder", ] [[package]] name = "lexgen" version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "602d1e8d6d7201a4f59cd3c6ab8e99bf5941923296bd14207c1fc8d4629f703a" dependencies = [ "fxhash", "proc-macro2", "quote", "syn", ] [[package]] name = "lexgen_util" version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bce1a4ead42f6e2389347e73fd4cefd56d53ccd958f2d5d573c0083a97036133" dependencies = [ "unicode-width", ] [[package]] name = "math-engine" version = "0.2.0" dependencies = [ "lexgen", "lexgen_util", "pomelo", ] [[package]] name = "pomelo" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "76dd249f63dbbc68c8caa9b5fd16b32c7ba5da56df93d40a9552c91ebfd2a1cd" dependencies = [ "pomelo-impl", ] [[package]] name = "pomelo-impl" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "597c3287a549da151aca6ada2795ecde089c7527bd5093114e8e0e1c3f0e52b1" dependencies = [ "proc-macro2", "quote", "syn", ] [[package]] name = "proc-macro2" version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb" dependencies = [ "unicode-ident", ] [[package]] name = "quote" version = "1.0.29" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105" dependencies = [ "proc-macro2", ] [[package]] name = "syn" version = "1.0.109" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" dependencies = [ "proc-macro2", "quote", "unicode-ident", ] [[package]] name = "unicode-ident" version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0" [[package]] name = "unicode-width" version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"