# 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" rust-version = "1.61" name = "bva" version = "0.4.0" authors = ["Charles Hubain "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "bva is a rust crate for manipulating and doing arithmetics on bit vectors of fixed but arbitrary size." homepage = "https://github.com/haxelion/bva/" documentation = "https://docs.rs/bva" readme = "README.md" keywords = [ "bit", "vector", "binary", "arithmetics", ] categories = [ "data-structures", "encoding", "mathematics", ] license = "MIT" repository = "https://github.com/haxelion/bva/" [lib] name = "bva" path = "src/lib.rs" [dependencies] [dev-dependencies.num-bigint] version = "0.4.4" [dev-dependencies.rand] version = "0.8.5"