зеркало из https://github.com/mozilla/gecko-dev.git
33 строки
1.1 KiB
TOML
33 строки
1.1 KiB
TOML
# 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]
|
|
name = "bit_reverse"
|
|
version = "0.1.7"
|
|
authors = ["Eugene Gonzalez <eugene.gonzalez44@gmail.com>"]
|
|
description = "Computes the bit reversal of primitive integers."
|
|
documentation = "https://docs.rs/bit_reverse"
|
|
readme = "README.md"
|
|
keywords = ["bit", "swap", "reverse"]
|
|
categories = ["no-std"]
|
|
license = "MIT/Apache-2.0"
|
|
repository = "https://github.com/EugeneGonzalez/bit_reverse"
|
|
|
|
[features]
|
|
default = ["use_std"]
|
|
use_std = []
|
|
[badges.travis-ci]
|
|
repository = "EugeneGonzalez/bit_reverse"
|
|
|
|
[badges.appveyor]
|
|
repository = "EugeneGonzalez/bit_reverse"
|