[package]
name = "column"
version = "0.0.1"
publish = true
authors = ["Moritz Hoffmann <antiguru@gmail.com>"]
license = "MIT OR Apache-2.0"
homepage = "https://github.com/antiguru/column-rs"
repository = "https://github.com/antiguru/column-rs.git"
description = "Columnar data format in memory"
[[example]]
name = "columnar"
[features]
default = [ ]
verbose = [ "column_derive/verbose" ]
[dependencies]
column_derive = { path = "column_derive", version = "0.0.1" }
[profile.release]
debug = true
[profile.bench]
debug = true