# 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" rust-version = "1.80.1" name = "plotlars" version = "0.7.2" authors = ["Alberto Cebada Aleu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Plotlars is a Rust library designed to facilitate the integration between the Polars data analysis library and visualization libraries." homepage = "https://github.com/alceal/plotlars" documentation = "https://docs.rs/plotlars/latest/plotlars/" readme = "README.md" keywords = [ "chart", "plot", "plotly", "polars", "visualization", ] categories = ["visualization"] license = "MIT" repository = "https://github.com/alceal/plotlars" [lib] name = "plotlars" path = "src/lib.rs" [dependencies.bon] version = "2.3.0" [dependencies.plotly] version = "0.10.0" [dependencies.polars] version = "0.44.2" features = [ "lazy", "strings", ] [dependencies.serde] version = "1.0.214" [dependencies.serde_json] version = "1.0.132"