# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rvemu" version = "0.0.11" authors = ["Asami Doi"] include = ["Cargo.toml", "Cargo.lock", "src/**/*", "LICENSE", "Makefile", "README.md", "USAGE.md"] description = "RISC-V emulator core implementation." readme = "USAGE.md" keywords = ["riscv", "risc-v", "emulator"] categories = ["emulators", "simulation"] license = "MIT" repository = "https://github.com/d0iasm/rvemu" [profile.release] opt-level = 3 debug = true [lib] crate-type = ["cdylib", "rlib"] [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3.50" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2.73" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4.23" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3.50" features = ["Document", "Element", "HtmlElement", "Node", "Window"]