columnation 0.1.2

Unsafe columnar containers for native Rust types
Documentation
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"]