# 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 = "flat" version = "0.1.6" description = "Project multi-dimensional data onto the **flat** textual plane." readme = "README.md" keywords = [ "text", "graph", "chart", "plot", ] categories = ["visualization"] license = "MIT OR Apache-2.0" repository = "https://github.com/sawatzkylindsey/flat" [package.metadata.docs.rs] features = ["primitive_impls"] [dependencies.ordered-float] version = "4.2.0" [dev-dependencies.auto_ops] version = "0.3.0" [dev-dependencies.blarg] version = "1.0.4" [dev-dependencies.rstest] version = "0.19.0" [dev-dependencies.serde] version = "1.0.203" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.117" [features] default = [] pointer_impls = [] primitive_impls = []