cherry-rs 0.2.0

Tools for designing sequential optical systems
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 = "cherry-rs"
version = "0.2.0"
authors = ["Kyle M. Douglass <kyle.m.douglass@gmail.com>"]
description = "Tools for designing sequential optical systems"
license-file = "LICENSE.txt"
repository = "https://github.com/kmdouglass/cherry"
resolver = "1"

[lib]
crate-type = ["lib"]

[dependencies.anyhow]
version = "1.0"

[dependencies.ndarray]
version = "0.15"
features = ["serde"]

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

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.ndarray]
version = "0.15"
features = [
    "approx-0_5",
    "serde",
]