[package] name = "datatable" version = "0.1.0" authors = ["Kevin Kainan Li "] edition = "2018" license = "MIT OR Apache-2.0" description = "Rust dataframes inspired by R's data.table package, with an eye towards financial applications." repository = "https://github.com/legendre6891/datatable-rs" keywords=["data", "dataframe", "finance"] categories=["science", "visualization", "date-and-time"] readme = "README.md" [dependencies]