# 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 = "mimium-test" version = "2.0.0-alpha2" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Common test modules & basic regression tests for mimium" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/tomoyanonymous/mimium-rs/" [lib] name = "mimium_test" path = "src/lib.rs" [[test]] name = "intergration_test" path = "tests/intergration_test.rs" [[test]] name = "scheduler_test" path = "tests/scheduler_test.rs" [dependencies.mimium-audiodriver] version = "2.0.0-alpha2" [dependencies.mimium-lang] version = "2.0.0-alpha2" [dependencies.mimium-scheduler] version = "2.0.0-alpha2"