# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bitintr" version = "0.3.0" authors = ["gnzlbg "] build = "build.rs" description = "Portable Bit Manipulation Intrinsics." homepage = "https://github.com/gnzlbg/bitintr" documentation = "https://docs.rs/bitintr" readme = "readme.md" keywords = ["portable", "bit", "manipulation", "intrinsics"] categories = ["algorithms", "hardware-support", "no-std"] license = "MIT" repository = "https://github.com/gnzlbg/bitintr" [profile.test] opt-level = 0 lto = false codegen-units = 1 debug = true debug-assertions = true [profile.bench] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false [[bench]] name = "rbit" harness = false [badges.is-it-maintained-issue-resolution] repository = "gnzlbg/bitintr" [badges.is-it-maintained-open-issues] repository = "gnzlbg/bitintr" [badges.maintenance] status = "experimental" [badges.travis-ci] branch = "master" repository = "gnzlbg/bitintr"