stem_material 0.3.3

Material definition for stem - a Simulation Toolbox for Electric Motors.
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 = "stem_material"
version = "0.3.3"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Material definition for stem - a Simulation Toolbox for Electric Motors."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/StefanMathis/stem_material.git"
resolver = "2"

[package.metadata.docs.rs]
features = ["serde"]

[features]
default = []
serde = [
    "dep:serde_mosaic",
    "dep:deserialize_untagged_verbose_error",
    "akima_spline/serde",
    "dep:serde",
    "dep:typetag",
    "var_quantity/serde",
    "var_quantity/from_str",
]

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

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

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

[[test]]
name = "ferromagnetic_permeability"
path = "tests/ferromagnetic_permeability.rs"

[[test]]
name = "material"
path = "tests/material.rs"

[[test]]
name = "serde"
path = "tests/serde/main.rs"

[dependencies.akima_spline]
version = "0.1.5"

[dependencies.argmin]
version = "0.11"
default-features = false

[dependencies.argmin-math]
version = "0.5"

[dependencies.deserialize_untagged_verbose_error]
version = "0.1.5"
optional = true

[dependencies.lazy_static]
version = "1"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "rc",
]
optional = true

[dependencies.serde_mosaic]
version = "0.2"
optional = true

[dependencies.typetag]
version = "^0.2"
optional = true

[dependencies.var_quantity]
version = "0.3.3"

[dev-dependencies.approx]
version = "0.6"
package = "approxim"

[dev-dependencies.indoc]
version = "1.0"

[dev-dependencies.serde_mosaic]
version = "0.2"
features = ["serde_yaml"]

[dev-dependencies.serde_yaml]
version = "0.8"