# 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 = "primitive-byte-iter" version = "0.1.2" authors = ["MiyakoMeow"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An Iterator which can load primitive types and glam types from bytes." homepage = "https://github.com/MiyakoMeow/primitive-byte-iter-rs" documentation = "https://docs.rs/primitive-byte-iter" readme = "README.md" keywords = [ "iter", "byte", "num", "glam", "types", ] categories = [ "data-structures", "development-tools", "encoding", "no-std", "value-formatting", ] license = "MIT OR Apache-2.0" repository = "https://github.com/MiyakoMeow/primitive-byte-iter-rs" [lib] name = "primitive_byte_iter" path = "src/lib.rs" [dependencies.glam] version = ">=0.28.0" features = ["libm"] default-features = false