# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = "b2c2" version = "1.0.11" dependencies = [ "b2c2-casl2", "b2c2-compiler", "b2c2-debugger", "b2c2-flag", "b2c2-parser", "b2c2-stat", ] [[package]] name = "b2c2-casl2" version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2fa3dc15ee38fbbea985b4776b3adff5610e8c4bb2872225e0c4a8273c7529af" dependencies = [ "b2c2-common", ] [[package]] name = "b2c2-common" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "423b93fa29c81d20421054e21e16c4d3396d5a23a97c57c8711bd5b0440d5823" [[package]] name = "b2c2-compiler" version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6de1b0297e6b79ca74d2357cb2693c78b76f2f5c8b4548e12eeafa56da4f7b2c" dependencies = [ "b2c2-casl2", "b2c2-compiler-common", "b2c2-parser", "b2c2-tokenizer", ] [[package]] name = "b2c2-compiler-common" version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1df86a246e5c70275e28e933edfbc358ea41998020ea3573a6a7902cda5e1362" dependencies = [ "b2c2-casl2", ] [[package]] name = "b2c2-debugger" version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e0514355110a3f417200ff99d955099a061cfd279a82420bdbba4a4802152e4a" dependencies = [ "b2c2-casl2", "b2c2-compiler", "b2c2-compiler-common", "b2c2-flag", "b2c2-jis-x-201", "b2c2-parser", "b2c2-stat", "b2c2-tokenizer", ] [[package]] name = "b2c2-flag" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f1771e1fc91ab1083c18c3d3f40b194584708bc0e54d2b4f3138b4fd30203225" dependencies = [ "b2c2-compiler", ] [[package]] name = "b2c2-jis-x-201" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5974664373a37211a86a5b0438834e9087b8c43c959efe999800db00e0b1b6bb" [[package]] name = "b2c2-parser" version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a49b215fcc0a2dead50c30582dc4b38e0d0e748d10a624cd6f88f61b9e34745" dependencies = [ "b2c2-casl2", "b2c2-common", "b2c2-compiler-common", "b2c2-tokenizer", ] [[package]] name = "b2c2-stat" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9357ef18b41e3996ee41057f38a5ca8c398eb2e0f9a48b5aead105af10e181f1" dependencies = [ "b2c2-casl2", ] [[package]] name = "b2c2-tokenizer" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c730b280f71f3fd33d66335d388ff2eefd3c5a2f728c4be3e0e5dd2d449118a" dependencies = [ "b2c2-common", ]