# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "pican" version = "0.1.0" authors = ["0x00002a"] description = "A rust toolchain for the PICA200" readme = "README.md" license = "MIT" repository = "https://github.com/0x00002a/pican" [dependencies.binrw] version = "0.13.3" [dependencies.bumpalo] version = "3.15.4" features = ["collections"] [dependencies.codespan] version = "0.11.1" features = ["serialization"] [dependencies.codespan-reporting] version = "0.11.1" [dependencies.copy_arrayvec] version = "0.1.0" features = ["serde"] [dependencies.indexmap] version = "2.2.6" features = ["serde"] [dependencies.modular-bitfield] version = "0.11.2" [dependencies.nom] version = "7.1.3" [dependencies.nom_locate] version = "4.2.0" [dependencies.paste] version = "1.0.14" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.string-interner] version = "0.14.0" [dependencies.strum] version = "0.26.2" features = ["derive"] [dependencies.thiserror] version = "1.0.58" [dependencies.typesum] version = "0.2.0" [dev-dependencies.assert_matches] version = "1.5.0"