# 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 = "ppk2" version = "0.1.2" authors = ["Henk Oordt "] description = "A driver for Nordic's Power Profiler Kit 2" readme = "README.md" keywords = [ "PPK2", "Power", "Profiler", "Nordic", "Serial", ] categories = [ "embedded", "development-tools::profiling", ] license = "MIT" repository = "https://github.com/hdoordt/ppk2-rs" [dependencies.num_enum] version = "0.5.7" [dependencies.serialport] version = "4.2.0" [dependencies.thiserror] version = "1.0.32" [dependencies.tracing] version = "0.1.36" [dev-dependencies.anyhow] version = "1.0.60" features = ["backtrace"] [dev-dependencies.clap] version = "3.2.20" features = [ "derive", "env", ] [dev-dependencies.ctrlc] version = "3.2.2" [dev-dependencies.tracing-subscriber] version = "0.3.15" [badges.maintenance] status = "passively-maintained"