stem_wire 0.1.2

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

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

[features]
default = []
serde = [
    "dep:serde_mosaic",
    "dep:deserialize_untagged_verbose_error",
    "dep:serde",
    "dep:typetag",
    "stem_material/serde",
]

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

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

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

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

[dependencies.compare_variables]
version = "0.2"
features = ["proc_macro"]

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

[dependencies.dyn-clone]
version = "1"

[dependencies.rayon]
version = "1.5"

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

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

[dependencies.stem_material]
version = "0.3.3"

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

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

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

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