# 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 = "futures-lite-byteorder" version = "0.1.1" authors = [ "Lorenz Klaus ", "Marlon Klaus ", ] include = [ "src/*.rs", "Cargo.toml", ] description = "A small crate that adds byteorder support to futures_lite" homepage = "https://github.com/projectkml/futures-lite-byteorder" documentation = "https://docs.rs/futures-lite-byteorder" readme = "README.md" keywords = [ "byte", "endian", "big-endian", "little-endian", "binary", ] categories = [ "encoding", "parsing", "async", ] license = "MIT/Apache-2.0" repository = "https://github.com/projectkml/futures-lite-byteorder" [dependencies.byteorder] version = "1.4.3" [dependencies.futures-lite] version = "2.2.0"