# 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 = "edgemorph-binutil" version = "0.1.0-alpha" authors = ["dmgolembiowski "] description = "Third-party library for low-level IO on EdgeDB" homepage = "https://github.com/dmgolembiowski/edgemorph-binutil" documentation = "https://docs.rs/edgemorph-binutil" readme = "README.md" keywords = ["database", "administration", "edgedb", "wire", "binary"] license-file = "LICENSE" repository = "https://github.com/dmgolembiowski/edgemorph-binutil" resolver = "2" [lib] name = "edmb" crate-type = ["lib"] path = "src/lib.rs" test = true doctest = true bench = true doc = true plugin = false proc-macro = false harness = true required-features = ["default"] edition = "2018" [dependencies.binrw] version = "0.8.0" [features] async_std = [] default = [] no_std = [] pyo3 = [] std = [] tokio = []