[package] name = "tubular" version = "0.0.1" authors = ["Bryce Fisher-Fleig "] description = "Multi-type, column-oriented DataFrame library for Rust focused on ergonomics" readme = "README.md" edition = "2018" license = "MIT OR Apache-2.0" homepage = "https://gitlab.com/bff/tubular-rs" repository = "https://gitlab.com/bff/tubular-rs" keywords = ["matrix", "data-structure", "column"] categories = ["Data structures", "Science"] include = ["src/*.rs", "Cargo.toml"] [badges] gitlab = { repository = "bff/tubular-rs", branch = "master" } maintenance = { status = "actively-developed" } [dependencies] serde = { version = "1.0", optional = true, features = ["derive"] }