# 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 = "hashed-type-def-core" version = "0.1.2" authors = ["Frederic Dambreville"] description = "A simple hash based type identifier: hash code is computed on the basis of type definition" readme = "README.md" keywords = [ "hashed", "Hash", "Id", "type", "derive", ] categories = ["development-tools"] license = "Apache-2.0" repository = "https://github.com/fdecode/silx-furtif" [dependencies.hashed-type-def-procmacro] version = "0.1.2" [dependencies.nalgebra] version = "^0.32.4" optional = true [dependencies.rend] version = "^0.4.2" optional = true [dependencies.uuid] version = "^1.7.0" [features] default = ["verbose4"] impl_nalgebra = ["nalgebra"] impl_nalgebra_sparse = [ "impl_nalgebra", "nalgebra/sparse", ] impl_rend = ["rend"] verbose1 = [] verbose2 = ["verbose1"] verbose3 = ["verbose2"] verbose4 = ["verbose3"]