# 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 = "2018" name = "zng-peek-poke" version = "0.3.2" authors = ["Dan Glastonbury "] description = "A mechanism for serializing and deserializing data into/from byte buffers, for use in WebRender." readme = "FORK.md" license = "MIT OR Apache-2.0" repository = "https://github.com/zng-ui/zng-webrender" [dependencies.euclid] version = "0.22.0" optional = true [dependencies.peek-poke-derive] version = "0.3" optional = true package = "zng-peek-poke-derive" [features] default = ["derive"] derive = ["peek-poke-derive"] extras = [ "derive", "euclid", ]