# 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 = "pandas_rs" version = "0.1.18" authors = ["Anonymous "] description = "General Mathematics Library for Rust,Inspired by Python Pandas Library." documentation = "https://docs.rs/pandas_rs/" readme = "README.md" keywords = [ "pandas", "Mathematics", "data_analysis", "statistics", ] categories = [ "Mathematics", "Science", ] license = "MIT" repository = "https://gitlab.com/andrew_ryan/pandas_rs" resolver = "2" [dependencies.cli-table] version = "0.4.7" [dependencies.useful_macro] version = "0.2.3"