modality-lang 0.1.6

Modality language lib
Documentation
# 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"
name = "modality-lang"
version = "0.1.6"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Modality language lib"
homepage = "https://www.modality.org"
documentation = "https://docs.rs/modality"
readme = "README.md"
license = "MIT"
repository = "https://github.com/modality-org/modality"

[lib]
name = "modality_lang"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[example]]
name = "compare_parsers"
path = "examples/compare_parsers.rs"

[[example]]
name = "lalrpop_example"
path = "examples/lalrpop_example.rs"

[[example]]
name = "mermaid_example"
path = "examples/mermaid_example.rs"

[[example]]
name = "model_checker_demo"
path = "examples/model_checker_demo.rs"

[[example]]
name = "parse_all_models"
path = "examples/parse_all_models.rs"

[[example]]
name = "parse_example"
path = "examples/parse_example.rs"

[[example]]
name = "simple_mermaid"
path = "examples/simple_mermaid.rs"

[[example]]
name = "state_demo"
path = "examples/state_demo.rs"

[dependencies.getrandom]
version = "0.2"
features = ["js"]

[dependencies.js-sys]
version = "0.3"

[dependencies.lalrpop-util]
version = "0.20"
features = ["lexer"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.wasm-bindgen]
version = "0.2"
features = ["serde-serialize"]

[dependencies.web-sys]
version = "0.3"
features = ["console"]

[dev-dependencies.tokio]
version = "1.42.0"
features = [
    "full",
    "test-util",
]

[dev-dependencies.wasm-bindgen-test]
version = "0.3"

[build-dependencies.lalrpop]
version = "0.20"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.modality-utils]
version = "0.1.5"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
version = "1.42.0"
features = ["full"]