# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "serde_ion" version = "0.1.0" authors = ["Peyton Turner , Matthew Langhinrichs "] include = ["Cargo.toml", "src/**/*.rs", "LICENSE", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] description = "A native Rust encoding and decoding library for the Amazon Ion text and binary data formats.\nProvides Serialize/Deserialize traits for Ion data to enable (de)serializing to and from Rust structures.\n" homepage = "https://github.com/PeytonT/serde_ion" documentation = "https://github.com/PeytonT/serde_ion" readme = "README.md" keywords = ["ion", "serde", "serialization"] categories = ["encoding", "parser-implementations"] license = "MIT/Apache-2.0" repository = "https://github.com/PeytonT/serde_ion" [dependencies.linked-hash-map] version = "0.5" optional = true [dependencies.serde] version = "1.0" [dependencies.serde_bytes] version = "0.10" [dependencies.serde_derive] version = "1.0" [dependencies.serde_stacker] version = "0.1" [dev-dependencies.serde_json] version = "1.0" [build-dependencies] [badges]