[[test]]
name = "the_tests"
path = "tests/the_tests.rs"
[features]
int_extras = []
[lib]
name = "chlorine"
path = "src/lib.rs"
[package]
authors = ["Lokathor <zefria@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["no-std", "development-tools::ffi"]
description = "Just the C types for `no_std`, but builds faster."
edition = "2018"
keywords = ["ctypes", "no_std", "no-std"]
license = "Zlib OR Apache-2.0 OR MIT"
name = "chlorine"
readme = "README.md"
repository = "https://github.com/Lokathor/chlorine"
version = "1.0.12"