# 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 = "silx-types" version = "0.1.2" authors = ["Frederic Dambreville"] description = "aSynchronous Interactive calcuLation eXecutor: an easy to use executor for asynchronous and interacting processes" readme = "README.md" keywords = [ "asynchrone", "multiprocess", "executor", ] categories = ["development-tools"] license = "Apache-2.0" repository = "https://github.com/fdecode/silx-furtif" [dependencies.approx] version = "^0.5.1" [dependencies.hashed-type-def] version = "0.1.2" features = [ "derive", "impl_rend", ] [dependencies.nalgebra] version = "^0.32.4" optional = true [dependencies.num-traits] version = "^0.2.18" [dependencies.rend] version = "^0.4.2" [dependencies.rkyv] version = "^0.7.44" [dependencies.serde] version = "^1.0.197" features = ["derive"] [dependencies.silx-core] version = "0.1.2" [dependencies.simba] version = "^0.8.1" [dependencies.tokio] version = "^1.36.0" features = ["full"] [features] be_silx = [] default = [ "use_nalgebra", "verbose4", ] use_nalgebra = [ "nalgebra", "hashed-type-def/impl_nalgebra", ] verbose1 = [] verbose2 = ["verbose1"] verbose3 = ["verbose2"] verbose4 = ["verbose3"]