encrusted 1.1.0

A z-machine (interpreter) for Infocom-era text adventure games
# 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]
name = "encrusted"
version = "1.1.0"
authors = ["Sterling DeMille <sterlingdemille+github@gmail.com>"]
description = "A z-machine (interpreter) for Infocom-era text adventure games"
readme = "README.md"
license = "MIT"
repository = "https://github.com/demille/encrusted"
[profile.release]
opt-level = "s"
lto = true

[lib]
name = "web"
crate-type = ["cdylib"]
path = "src/rust/main.web.rs"

[[bin]]
name = "encrusted"
path = "src/rust/main.terminal.rs"
[dependencies.base64]
version = "0.10.1"

[dependencies.enum_primitive]
version = "0.1.1"

[dependencies.rand]
version = "0.4.2"

[dependencies.serde]
version = "1.0.88"

[dependencies.serde_derive]
version = "1.0.88"

[dependencies.serde_json]
version = "1.0.38"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.atty]
version = "0.2.11"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.clap]
version = "2.32.0"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.lazy_static]
version = "1.2.0"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.regex]
version = "1.1.0"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.term_size]
version = "0.3.1"
[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-glue]
version = "0.1.0"