# 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 = "desse" version = "0.2.1" authors = ["Devashish Dixit "] description = "Ultra fast binary serialization and deserialization for types with size known at compile time." homepage = "https://github.com/devashishdxt/desse" readme = "README.md" keywords = ["serialization", "encoding", "binary", "no_std"] categories = ["encoding"] license = "MIT" repository = "https://github.com/devashishdxt/desse" [lib] name = "desse" path = "src/lib.rs" [[bench]] name = "struct_benchmark" harness = false [dependencies.desse-derive] version = "0.2.1" optional = true [dev-dependencies.bincode] version = "1.1" [dev-dependencies.byteorder] version = "1.3" [dev-dependencies.criterion] version = "0.2" [dev-dependencies.rand] version = "0.6" [dev-dependencies.serde] version = "1.0" [dev-dependencies.serde_derive] version = "1.0" [features] default = ["derive"] derive = ["desse-derive"] [badges.travis-ci] repository = "devashishdxt/desse"