# 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 = "rust-bitwriter" version = "0.0.1" authors = ["Clemens Zangl "] description = """ `rust-bitwriter` is a library to write data on bit level into byte vector. It is intended to complement https://github.com/irauta/bitreader with a writer part. It supports standard signed/unsigned integer types, such as `u32`, `i64`. \"Unusual\" types, such as `i5` or `u22`, are also supported. """ homepage = "https://github.com/Danaozhong/rust-bitwriter" documentation = "https://docs.rs/rust-bitwriter" readme = "README.md" keywords = [ "bitwriter", "binary", "bit", "write", ] license = "MIT" repository = "https://github.com/Danaozhong/rust-bitwriter" [dependencies.cfg-if] version = "1" [features] default = ["std"] std = []