# 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 = "gguppy" version = "0.1.0" authors = ["Alwin Wang "] description = "A multi-platform plotting library based on the grammar of graphics implemented in pure Rust with a no_std feature." homepage = "https://github.com/alwinw/arwggplot" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/alwinw/arwggplot" [dependencies.arwggplot] version = "0.1.0" optional = false [dependencies.gguppy_core] version = "0.1.0" [dependencies.gguppy_data] version = "0.1.0" [features] save_file = ["arwggplot/save_file"]