# 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-boundary" version = "0.12.7" authors = ["slowtec GmbH "] description = "Serializable, anemic data structures for accessing the OpenFairDB API in a type-safe manner." homepage = "https://github.com/kartevonmorgen/openfairdb" license = "MIT/Apache-2.0" repository = "https://github.com/kartevonmorgen/openfairdb" [dependencies.ofdb-entities] version = "0.12.6" optional = true [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.thiserror] version = "1.0.50" optional = true [dependencies.time] version = "0.3.30" features = ["serde"] default-features = false [features] default = [ "entity-conversions", "dep:thiserror", ] entity-conversions = ["dep:ofdb-entities"] extra-derive = ["dep:thiserror"] wasm-bindgen = [ "ofdb-entities/wasm-bindgen", "time/wasm-bindgen", ] [badges.maintenance] status = "actively-developed"