[package]
edition = "2018"
name = "columnation"
version = "0.1.2"
authors = ["Frank McSherry <fmcsherry@me.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unsafe columnar containers for native Rust types"
homepage = "http://github.com/frankmcsherry/columnation"
documentation = "http://github.com/frankmcsherry/columnation"
readme = "README.md"
license = "MIT"
repository = "https://github.com/frankmcsherry/columnation.git"
[lib]
name = "columnation"
path = "src/lib.rs"
[[bin]]
name = "profile"
path = "src/bin/profile.rs"
[[test]]
name = "tests"
path = "tests/tests.rs"
[[bench]]
name = "bench"
path = "benches/bench.rs"
[dependencies.paste]
version = "1.0.6"
[dependencies.smallvec]
version = "1.15.1"
features = ["const_generics"]