# 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 = "udatatable" version = "0.1.1" authors = ["Michael Kamprath "] description = "A library for creating data tables in an embedded no_std environment without an allocator." homepage = "https://github.com/michaelkamprath/udatatable" readme = "README.md" keywords = [ "no_std", "embedded", "avr", "arduino", "data", ] categories = [ "no-std", "embedded", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/michaelkamprath/udatatable" [[test]] name = "doctest" path = "src/lib.rs" [dependencies.panic-halt] version = "0.2.0" [dependencies.ufmt] version = "0.2" [dev-dependencies.ufmt-write] version = "0.1" features = ["std"] [features] plot = []