# 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 = "2021" name = "rowboat" version = "0.0.8" authors = ["Aaron "] description = "A package for working with row/column/cell structured data AKA dataframe." homepage = "https://rebug.dev" readme = "readme.md" keywords = [ "dataframe", "csv", "sql", "table", "matrix", ] license = "MIT" repository = "https://github.com/arrno/dataframe" [lib] name = "rowboat" path = "src/dataframe/lib.rs" edition = "2021" [dependencies.chrono] version = "0.4.38" [dependencies.csv] version = "1.3.0" [dependencies.dataframe-macros] version = "0.0.1" [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0.209" features = ["derive"]