# 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 = "bincode-json" version = "0.1.5" authors = ["sisungo "] description = "A wrapper around `bincode` to encode/decode JSON-like objects." documentation = "https://docs.rs/bincode-json" readme = "README.md" license = "MIT" repository = "https://github.com/triaka-os/bincode-json" [dependencies.base64] version = "0.13" optional = true [dependencies.bincode] version = "2.0.0-rc.2" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" optional = true [features] json = [ "dep:serde_json", "dep:base64", ]