# 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 = "uninode" version = "0.4.4" authors = ["Oleg Lelenkov "] description = "Universal object type" documentation = "https://docs.rs/uninode" license-file = "LICENSE.md" [dependencies.anyhow] version = "1.0.53" features = ["std"] optional = true default-features = false [dependencies.async-trait] version = "0.1.52" optional = true default-features = false [dependencies.once_cell] version = "1.9.0" features = ["std"] optional = true [dependencies.serde] version = "1.0.133" features = [ "derive", "std", ] optional = true [dependencies.serde_bytes] version = "0.11.5" features = ["std"] optional = true [dependencies.thiserror] version = "1.0.30" optional = true default-features = false [dependencies.toml-rs] version = "0.5.8" optional = true default-features = false package = "toml" [dependencies.yaml-rust] version = "0.4.5" optional = true default-features = false [features] default = [] full = [ "serialize", "yaml", "toml", ] loaders = [ "thiserror", "anyhow", "once_cell", "async-trait", ] serialize = [ "serde", "serde_bytes", ] toml = [ "loaders", "toml-rs", ] yaml = [ "loaders", "yaml-rust", ]