зеркало из https://github.com/mozilla/gecko-dev.git
18 строки
417 B
TOML
18 строки
417 B
TOML
[package]
|
|
|
|
name = "bitflags"
|
|
version = "0.8.2"
|
|
authors = ["The Rust Project Developers"]
|
|
license = "MIT/Apache-2.0"
|
|
readme = "README.md"
|
|
repository = "https://github.com/rust-lang/bitflags"
|
|
homepage = "https://github.com/rust-lang/bitflags"
|
|
documentation = "https://doc.rust-lang.org/bitflags"
|
|
description = """
|
|
A macro to generate structures which behave like bitflags.
|
|
"""
|
|
|
|
[features]
|
|
i128 = []
|
|
unstable = ["i128"]
|