# 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-core" 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.async-channel] version = "^2.2.0" [dependencies.async-scoped] version = "^0.9.0" features = ["use-tokio"] [dependencies.const-str] version = "^0.5.6" features = ["proc"] [dependencies.fnv] version = "^1.0.7" [dependencies.hashed-type-def] version = "0.1.2" features = ["derive"] [dependencies.num_enum] version = "^0.7.2" [dependencies.pin-utils] version = "^0.1.0" [dependencies.rkyv] version = "^0.7.44" [dependencies.serde] version = "^1.0.197" features = ["derive"] [dependencies.serde_yaml] version = "^0.9.32" [dependencies.slab] version = "^0.4.9" [dependencies.tokio] version = "^1.36.0" features = ["full"] [dependencies.typetag] version = "^0.2.16" [dependencies.unstringify] version = "^0.1.4" [dependencies.uuid] version = "^1.7.0" features = ["serde"] [features] default = ["verbose4"] verbose1 = [] verbose2 = ["verbose1"] verbose3 = ["verbose2"] verbose4 = ["verbose3"]