# 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 = "rsv-core" version = "0.0.4" authors = ["Maxi Saparov "] description = "RSV reading and writing with Serde support" homepage = "https://github.com/MostlyMax/rsv-rust" documentation = "https://docs.rs/rsv-core" readme = "README.md" keywords = [ "rsv", "parser", "serde", ] categories = [ "encoding", "parser-implementations", ] license = "MIT" repository = "https://github.com/MostlyMax/rsv-rust" [[example]] name = "with-compression" [dependencies.serde] version = "1.0.195" features = ["derive"] [dev-dependencies.zstd] version = "0.13.0"