[package] name = "bigbit" version = "0.0.8" authors = ["Kotauskas "] edition = "2018" description = "Implements the BigBit format, allowing for compact storage of arbitrarily large numbers." readme = "README.md" license = "Zlib" keywords = ["bigbit", "bytebit", "bignum", "gmp", "num"] categories = ["algorithms", "encoding", "mathematics", "no-std", "parser-implementations"] repository = "https://github.com/kotauskas/bigbit.rs" documentation = "https://docs.rs/bigbit/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = ["clippy", "std"] clippy = [] std = []