# 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 = "tapa-trait-serde" version = "0.3.0" authors = ["Aditya Kresna ", "Tapalogi Collaborators"] description = "A collection of Tapalogi's reusable crates." homepage = "https://crates.io/crates/tapa-trait-serde" readme = "README.md" keywords = ["shared", "common", "reusable", "trait", "serde"] categories = ["data-structures"] license = "MIT" repository = "https://github.com/Tapalogi/tapa-common" [dependencies.anyhow] version = "1.0.51" [dependencies.bincode] version = "1.3.3" optional = true [dependencies.flexbuffers] version = "2.0.0" optional = true [dependencies.rmp-serde] version = "0.15.5" optional = true [dependencies.ron] version = "0.7.0" optional = true [dependencies.serde] version = "1.0.131" features = ["derive"] [dependencies.serde_cbor] version = "0.11.2" features = ["tags"] optional = true [dependencies.serde_json] version = "1.0.72" features = ["preserve_order", "arbitrary_precision"] optional = true [dependencies.serde_yaml] version = "0.8.21" optional = true [dependencies.tapa-trait-serde-derive] version = "0.3.0" [dependencies.toml] version = "0.5.8" features = ["preserve_order"] optional = true [features] all = ["bincode", "cbor", "flexbuffers", "json", "msgpack", "ron", "toml", "yaml"] cbor = ["serde_cbor"] default = ["all"] json = ["serde_json"] msgpack = ["rmp-serde"] yaml = ["serde_yaml"]