# 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 = "simx" version = "0.13.0" authors = ["Neal DeBuhr "] description = "SimX provides Sim package extensions, for research and experimentation" homepage = "https://github.com/ndebuhr/simx" readme = "README.md" keywords = ["simulation", "experimentation", "research", "extension", "modeling"] categories = ["simulation"] license = "MIT OR Apache-2.0" repository = "https://github.com/ndebuhr/simx" [package.metadata.wasm-pack.profile.release] wasm-opt = ["-Oz", "--enable-mutable-globals"] [profile.release] opt-level = "s" [lib] proc-macro = true [dependencies.console_error_panic_hook] version = "0.1.6" optional = true [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.syn] version = "1.0" features = ["extra-traits", "full", "parsing", "printing"] [dependencies.wee_alloc] version = "0.4.5" optional = true [dev-dependencies.wasm-bindgen-test] version = "0.3.13"