stormbird 0.8.0

A library for modelling modern wind propulsion devices
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 = "2021"
name = "stormbird"
version = "0.8.0"
authors = ["Jarle Kramer <jarle.kramer@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for modelling modern wind propulsion devices"
homepage = "https://github.com/NTNU-IMT/stormbird"
readme = "README.md"
license = "GPL-3.0"
repository = "https://github.com/NTNU-IMT/stormbird"

[features]
padded_spatial_vectors = ["stormath/padded_spatial_vectors"]
parallel = ["rayon"]
single_precision = ["stormath/single_precision"]

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

[dependencies.rand]
version = "0.9.1"

[dependencies.rayon]
version = "1.11.0"
optional = true

[dependencies.serde]
version = "1.0.204"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.107"

[dependencies.stormath]
version = "0.2.0"