ellip-plot-graph 1.0.3

Generate plots for Ellip crate
# 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 = "ellip-plot-graph"
version = "1.0.3"
authors = ["Sira Pornsiriprasert <code@psira.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate plots for Ellip crate"
homepage = "https://github.com/p-sira/ellip"
readme = false
license = "BSD-3-Clause"
repository = "https://github.com/p-sira/ellip"
resolver = "2"

[features]
open-html = []
save-to-bin = []

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

[[bin]]
name = "cel"
path = "src/bin/cel.rs"

[[bin]]
name = "cel1"
path = "src/bin/cel1.rs"

[[bin]]
name = "cel2"
path = "src/bin/cel2.rs"

[[bin]]
name = "el1"
path = "src/bin/el1.rs"

[[bin]]
name = "el2"
path = "src/bin/el2.rs"

[[bin]]
name = "el3"
path = "src/bin/el3.rs"

[[bin]]
name = "ellipd"
path = "src/bin/ellipd.rs"

[[bin]]
name = "ellipdinc"
path = "src/bin/ellipdinc.rs"

[[bin]]
name = "ellipdinc_3d"
path = "src/bin/ellipdinc_3d.rs"

[[bin]]
name = "ellipe"
path = "src/bin/ellipe.rs"

[[bin]]
name = "ellipeinc"
path = "src/bin/ellipeinc.rs"

[[bin]]
name = "ellipeinc_3d"
path = "src/bin/ellipeinc_3d.rs"

[[bin]]
name = "ellipf"
path = "src/bin/ellipf.rs"

[[bin]]
name = "ellipf_3d"
path = "src/bin/ellipf_3d.rs"

[[bin]]
name = "ellipk"
path = "src/bin/ellipk.rs"

[[bin]]
name = "ellippi_3d"
path = "src/bin/ellippi_3d.rs"

[[bin]]
name = "ellippiinc_3d"
path = "src/bin/ellippiinc_3d.rs"

[[bin]]
name = "elliprc"
path = "src/bin/elliprc.rs"

[[bin]]
name = "elliprd"
path = "src/bin/elliprd.rs"

[[bin]]
name = "elliprf"
path = "src/bin/elliprf.rs"

[[bin]]
name = "elliprg"
path = "src/bin/elliprg.rs"

[[bin]]
name = "elliprj"
path = "src/bin/elliprj.rs"

[[bin]]
name = "heuman_lambda"
path = "src/bin/heuman_lambda.rs"

[[bin]]
name = "jacobi_zeta"
path = "src/bin/jacobi_zeta.rs"

[dependencies.ellip]
version = "1.0"

[dependencies.plotly]
version = "0.13.5"
features = ["static_export_default"]