curve-sampling 0.6.0

Adaptive sampling of parametric
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 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 = "2024"
name = "curve-sampling"
version = "0.6.0"
authors = ["Christophe Troestler <christophe.troestler@umons.ac.be>"]
build = false
exclude = [
    ".github",
    "auto/",
    "src/list_id_arena.rs",
    "src/list_vec.rs",
    "src/fibonacci_heap.rs",
    "src/priority_queue.rs",
    "src/priority_queue_vec.rs",
    "examples/speed.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Adaptive sampling of parametric"
documentation = "https://docs.rs/curve-sampling"
readme = "README.md"
keywords = [
    "math",
    "sampling",
    "graphing",
    "plotting",
]
categories = [
    "mathematics",
    "science",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/Chris00/rust-curve-sampling"

[features]
num-complex = ["dep:num-complex"]

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

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

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

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

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

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

[dependencies.num-complex]
version = "0.4.6"
optional = true

[dependencies.rgb]
version = "0.8.32"