# 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 = "binkplayer" version = "1.1.0" authors = ["Rafael Garcia "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Console player for compiled .json Ink story files. """ readme = "README.md" license = "Apache-2.0" repository = "https://github.com/bladecoder/blade-ink-rs/" [[bin]] name = "binkplayer" path = "src/main.rs" [[test]] name = "basic_tests" path = "tests/basic_tests.rs" [[test]] name = "test_the_intercept" path = "tests/test_the_intercept.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.bladeink] version = "1.1.0" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.rand] version = "0.8.5" [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.predicates] version = "3.0.4"