# 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" rust-version = "1.73.0" name = "ofdb-entities" version = "0.12.7" authors = ["slowtec GmbH "] description = "Reusable, agnostic domain entities for OpenFairDB." homepage = "https://github.com/kartevonmorgen/openfairdb" license = "MIT/Apache-2.0" repository = "https://github.com/kartevonmorgen/openfairdb" [dependencies.bs58] version = "0.5.0" [dependencies.itertools] version = "0.12.0" [dependencies.mailparse] version = "0.14.0" [dependencies.num-derive] version = "0.4.1" [dependencies.num-traits] version = "0.2.17" [dependencies.pwhash] version = "1.0.0" [dependencies.strum] version = "0.25.0" features = ["derive"] [dependencies.thiserror] version = "1.0.50" [dependencies.time] version = "0.3.30" features = [ "formatting", "macros", ] [dependencies.url] version = "2.5.0" optional = true [dependencies.uuid] version = "1.6.1" features = ["v4"] [dev-dependencies.rand] version = "0.8.5" [features] builders = [] default = [] url = ["dep:url"] wasm-bindgen = ["uuid/js"] [badges.maintenance] status = "actively-developed"