# 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 = "2018" name = "tci" version = "0.1.0" authors = ["Albert Liu "] description = "Teaching C Interpreter" license = "MIT" [profile.dev] opt-level = "s" [profile.release] opt-level = "z" lto = true [lib] crate-type = ["cdylib", "rlib"] [dependencies.aliu] version = "0.1.19" [dependencies.hashbrown] version = "0.9.1" features = ["serde"] [dependencies.js-sys] version = "0.3.46" [dependencies.lazy_static] version = "1.4.0" features = ["spin_no_std"] [dependencies.peg] version = "0.8.0" [dependencies.serde] version = "1.0.59" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0.59" features = ["alloc"] default-features = false [dependencies.serde_repr] version = "0.1.7" [dependencies.strum] version = "0.24.0" features = ["derive"] [dependencies.unicode-width] version = "0.1.7" [dependencies.wasm-bindgen] version = "0.2.70" default-features = false [dependencies.wasm-bindgen-futures] version = "0.4.19" [dependencies.wee_alloc] version = "0.4.5" [dev-dependencies.interloc] version = "0.1.3" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.libc-print] version = "0.1.16" [target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook] version = "0.1.7"