# 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 = "microscpi" version = "0.3.0" authors = ["Thomas Gatzweiler "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for creating SCPI interfaces." homepage = "https://github.com/7h0ma5/microscpi" readme = "README.md" keywords = [ "scpi", "embedded", "async", ] categories = [ "embedded", "parsing", "no-std::no-alloc", ] license = "MIT" repository = "https://github.com/7h0ma5/microscpi" [[package.metadata.release.pre-release-replacements]] file = "../README.md" replace = 'microscpi = "{{version}}"' search = 'microscpi = "[a-z0-9\\.-]+"' [lib] name = "microscpi" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [[bench]] name = "basic" path = "benches/basic.rs" harness = false [dependencies.defmt] version = "0.3" optional = true [dependencies.heapless] version = "0.8.0" [dependencies.microscpi-macros] version = "0.3.0" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.tokio] version = "1.40.0" features = [ "macros", "rt", "rt-multi-thread", ] [features] defmt = ["dep:defmt"] std = []