gnuplot 0.0.29

Rust gnuplot controller
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "gnuplot"
version = "0.0.29"
authors = ["SiegeLord <slabode@aim.com>"]
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust gnuplot controller"
documentation = "http://siegelord.github.io/RustGnuplot/doc/gnuplot/index.html"
keywords = ["plots", "graphics", "plotting", "gnuplot", "visualization"]
categories = ["visualization"]
license = "LGPL-3.0"
repository = "https://github.com/SiegeLord/RustGnuplot"

[lib]
name = "gnuplot"
path = "src/lib.rs"

[[example]]
name = "example1"
path = "examples/example1.rs"

[[example]]
name = "example2"
path = "examples/example2.rs"

[[example]]
name = "example3"
path = "examples/example3.rs"

[[example]]
name = "example4"
path = "examples/example4.rs"

[[example]]
name = "animation_example"
path = "examples/animation_example.rs"

[[example]]
name = "box_and_whisker"
path = "examples/box_and_whisker.rs"

[[example]]
name = "lines_3d"
path = "examples/lines_3d.rs"

[[example]]
name = "points_3d"
path = "examples/points_3d.rs"

[[example]]
name = "lines_points_3d"
path = "examples/lines_points_3d.rs"

[[example]]
name = "readme_example"
path = "examples/readme_example.rs"

[[example]]
name = "time"
path = "examples/time.rs"
[dev-dependencies.argparse-rs]
version = "=0.1.0"

[dev-dependencies.tempfile]
version = "3.0"