# 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 = "bladeink" version = "1.1.0" authors = ["Rafael Garcia "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ This is a Rust port of inkle's ink, a scripting language for writing interactive narrative. """ readme = "README.md" keywords = [ "ink", "gamedev", "narrative", ] categories = ["game-development"] license = "Apache-2.0" repository = "https://github.com/bladecoder/blade-ink-rs/" [lib] name = "bladeink" path = "src/lib.rs" [[test]] name = "basic_text_test" path = "tests/basic_text_test.rs" [[test]] name = "choice_test" path = "tests/choice_test.rs" [[test]] name = "conditional_test" path = "tests/conditional_test.rs" [[test]] name = "divert_test" path = "tests/divert_test.rs" [[test]] name = "function_test" path = "tests/function_test.rs" [[test]] name = "gather_test" path = "tests/gather_test.rs" [[test]] name = "glue_test" path = "tests/glue_test.rs" [[test]] name = "knot_test" path = "tests/knot_test.rs" [[test]] name = "list_test" path = "tests/list_test.rs" [[test]] name = "misc_test" path = "tests/misc_test.rs" [[test]] name = "multi_flow_test" path = "tests/multi_flow_test.rs" [[test]] name = "runtime_test" path = "tests/runtime_test.rs" [[test]] name = "stitch_test" path = "tests/stitch_test.rs" [[test]] name = "tag_test" path = "tests/tag_test.rs" [[test]] name = "thread_test" path = "tests/thread_test.rs" [[test]] name = "tunnel_test" path = "tests/tunnel_test.rs" [[test]] name = "variable_test" path = "tests/variable_test.rs" [[test]] name = "variable_text_test" path = "tests/variable_text_test.rs" [dependencies.as-any] version = "0.3.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.stringreader] version = "0.1.1" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.web-time] version = "1.1.0" [features] stream-json-parser = []