# 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 = "serial_write" version = "0.1.0" authors = ["Shuntaro Ohno "] description = "Simplifying serial output in a no_std environment, both string and numeric." readme = "README.md" license = "MIT" [dependencies.numtoa] version = "0.2.4" [dependencies.usb-device] version = "0.2.8" [dependencies.usbd-serial] version = "0.1.1" [dev-dependencies.cortex-m] version = "0.7.4" [dev-dependencies.cortex-m-rt] version = "0.7.1" [dev-dependencies.embedded-hal] version = "0.2.7" features = ["unproven"] [dev-dependencies.embedded-time] version = "0.12.1" [dev-dependencies.futures] version = "0.3.21" default-features = false [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.rp-pico] version = "0.7.0" [dev-dependencies.rp2040-boot2] version = "0.2.1" [dev-dependencies.rp2040-hal] version = "0.8.0" features = [ "rt", "critical-section-impl", ]