# 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 = "regmock-rs" version = "0.1.0" authors = [ "Andreas Wallner", "Andreas Botzner", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Register mocking library to allow host unittests of embedded software, build on svd2pac." homepage = "https://github.com/infineon/regmock-rs" readme = "README.md" keywords = [ "embedded", "testing", "unittest", ] categories = [ "development-tools::testing", "embedded", ] license = "MIT" repository = "https://github.com/infineon/regmock-rs" [lib] name = "regmock_rs" path = "src/lib.rs" [[test]] name = "matchers" path = "tests/matchers.rs" [[test]] name = "mocking" path = "tests/mocking.rs" [[test]] name = "register_access" path = "tests/register_access.rs" [[test]] name = "tracing" path = "tests/tracing.rs" [[test]] name = "wait_polling" path = "tests/wait_polling.rs" [dependencies.derive_builder] version = "0.12.0" [dependencies.itertools] version = "0.11.0" [dependencies.log] version = "0.4.19" [dependencies.phf] version = "0.11" [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dev-dependencies.closure] version = "0.3.0" [features] aurix = [] default = []