silx-types 0.1.2

aSynchronous Interactive calcuLation eXecutor: an easy to use executor for asynchronous and interacting processes
Documentation
[dependencies.approx]
version = "^0.5.1"

[dependencies.hashed-type-def]
features = ["derive", "impl_rend"]
version = "0.1.2"

[dependencies.nalgebra]
optional = true
version = "^0.32.4"

[dependencies.num-traits]
version = "^0.2.18"

[dependencies.rend]
version = "^0.4.2"

[dependencies.rkyv]
version = "^0.7.44"

[dependencies.serde]
features = ["derive"]
version = "^1.0.197"

[dependencies.silx-core]
version = "0.1.2"

[dependencies.simba]
version = "^0.8.1"

[dependencies.tokio]
features = ["full"]
version = "^1.36.0"

[features]
be_silx = []
default = ["use_nalgebra", "verbose4"]
use_nalgebra = ["nalgebra", "hashed-type-def/impl_nalgebra"]
verbose1 = []
verbose2 = ["verbose1"]
verbose3 = ["verbose2"]
verbose4 = ["verbose3"]

[package]
authors = ["Frederic Dambreville"]
categories = ["development-tools"]
description = "aSynchronous Interactive calcuLation eXecutor: an easy to use executor for asynchronous and interacting processes"
edition = "2021"
keywords = ["asynchrone", "multiprocess", "executor"]
license = "Apache-2.0"
name = "silx-types"
readme = "README.md"
repository = "https://github.com/fdecode/silx-furtif"
version = "0.1.2"