# 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 = "serde_tran" version = "1.1.0" authors = ["caojen "] description = "helper to serde your data into encoded bytes" readme = "README.md" license = "MIT" repository = "https://github.com/caojen/serde_tran" [[example]] name = "actix-web-server" [dependencies.base64] version = "0.22" optional = true [dependencies.bincode] version = "1" [dependencies.bs58] version = "0.5" optional = true [dependencies.derive_more] version = "0.99" [dependencies.flate2] version = "1" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" optional = true [dev-dependencies.actix-web] version = "4.6.0" features = ["rustls"] [dev-dependencies.anyhow] version = "1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.38.0" features = ["full"] [features] default = [ "serde_json", "base64", ] no-hash-validate = []