# 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 = "json-lines" version = "0.1.1" authors = ["Andrew Straw "] description = "A no_std + serde compatible message library implementing JSON Lines" readme = "README.md" keywords = [ "serde", "JSON", "framing", ] categories = [ "embedded", "encoding", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/strawlab/json-lines" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", ] [dependencies.bytes] version = "1.0" optional = true [dependencies.defmt] version = "0.3" optional = true [dependencies.memchr] version = "2.0" optional = true [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde-json-core] version = "0.5" [dependencies.serde_json] version = "1.0" optional = true [dependencies.thiserror] version = "1.0.2" optional = true default-features = false [dependencies.tokio-util] version = "0.7.1" features = ["codec"] optional = true [features] codec = [ "use-std", "tokio-util", "bytes", "serde_json", "memchr", ] default = ["use-std"] use-defmt = ["defmt"] use-std = ["thiserror"]