# 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] name = "bitfield" version = "0.17.0" authors = ["Loïc Damien "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This crate provides macros to generate bitfield-like struct." documentation = "https://docs.rs/bitfield" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/dzamlo/rust-bitfield" [lib] name = "bitfield" path = "src/lib.rs" [[example]] name = "bits_position" path = "examples/bits_position.rs" [[example]] name = "ipv4" path = "examples/ipv4.rs" [[test]] name = "lib" path = "tests/lib.rs" [dependencies]