# 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 = "serde-csv-core" version = "0.3.1" authors = ["Wiktor Więcław "] description = "CSV serialization for no_std crates" documentation = "https://docs.rs/serde-csv-core" readme = "README.md" keywords = [ "csv", "csv-core", "embedded", "serde", "serialization", ] categories = [ "embedded", "encoding", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/wiktorwieclaw/serde-csv-core" [dependencies.atoi] version = "2.0.0" default-features = false [dependencies.csv-core] version = "0.1.10" [dependencies.defmt] version = "0.3.4" optional = true default-features = false [dependencies.heapless] version = "0.7.16" features = ["serde"] optional = true default-features = false [dependencies.itoa] version = "1.0.6" [dependencies.lexical-parse-float] version = "0.8.5" features = ["compact"] default-features = false [dependencies.ryu] version = "1.0.13" [dependencies.serde] version = "1.0.159" default-features = false [dev-dependencies.serde] version = "1.0.159" features = [ "derive", "std", ] default-features = false [features] default = ["heapless"] defmt = ["dep:defmt"] heapless = ["dep:heapless"]