# 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 = "serdeio" version = "0.4.0" authors = ["Du Shiqiao "] description = "Tiny IO utility library for Rust to serialize/deserialize Serde compatible structs" documentation = "https://docs.rs/serdeio" readme = "README.md" keywords = [ "serde", "io", "csv", "yaml", "json", ] categories = [ "io-util", "serialization", ] license = "MIT" repository = "https://github.com/lucidfrontier45/serdeio" [package.metadata.docs.rs] all-features = true [lib] name = "serdeio" doctest = false [dependencies.anyhow] version = "1" [dependencies.csv] version = "1" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.9" optional = true [features] csv = ["dep:csv"] yaml = ["dep:serde_yaml"]