# 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 = "furtif-core" version = "0.1.2" authors = [ "Frederic Dambreville", "Jean Dezert", ] description = "Flexible User-oriented Rusted Toolbox for Information Fusion: a data fusion toolbox based on asynchronous and interacting processes, particularly focused on belief functions fusion" readme = "README.md" keywords = [ "fusion", "belief", "function", ] categories = ["toolbox"] license = "LGPL-3.0" repository = "https://github.com/fdecode/silx-furtif" [dependencies.hashed-type-def] version = "0.1.2" features = ["derive"] [dependencies.rand] version = "^0.8.5" [dependencies.rand_distr] version = "^0.4.3" [dependencies.rkyv] version = "^0.7.44" features = [ "uuid", "validation", ] optional = true [dependencies.serde] version = "^1.0.197" features = ["derive"] optional = true [dependencies.silx-types] version = "0.1.2" optional = true [features] default = ["silx"] silx = [ "silx-types", "serde", "rkyv", ] verbose1 = [] verbose2 = ["verbose1"] verbose3 = ["verbose2"] verbose4 = ["verbose3"]