# 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" rust-version = "1.63" name = "cambridge-asm" version = "0.20.0" authors = ["SaadiSave "] description = "Run pseudoassembly from Cambridge International syllabus 9618" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/SaadiSave/cambridge-asm" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.bincode] version = "2.0.0-rc.1" optional = true [dependencies.log] version = "0.4" [dependencies.logos] version = "0.12" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.thiserror] version = "1" [dev-dependencies.serde_json] version = "1" [features] compile = [ "serde", "bincode", ] default = [ "compile", "extended", ] extended = []