# 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.70" name = "knf" version = "0.0.0" authors = ["Haltia.AI "] publish = true description = "KNF for Rust" homepage = "https://knf.rs" documentation = "https://github.com/HaltiaAI/knf.rs/blob/master/README.md" readme = "README.md" keywords = [ "framework", "serde", "serialization", ] categories = ["data-structures"] license = "Unlicense" repository = "https://github.com/HaltiaAI/knf.rs" [dependencies.cfg_eval] version = "0.1" optional = true [dependencies.chrono] version = "0.4" features = ["serde"] optional = true [dependencies.iri-string] version = "0.7" features = ["serde"] [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] optional = true [dependencies.serde_with] version = "3.7" optional = true [dependencies.thiserror] version = "1.0" [dependencies.zerocopy] version = "0.7" [dependencies.zerocopy-derive] version = "0.7" [dependencies.zeroize] version = "1.7" optional = true [features] chrono = ["dep:chrono"] default = [ "chrono", "serde", "zeroize", ] serde = [ "dep:cfg_eval", "dep:serde", "dep:serde_with", ] zeroize = ["dep:zeroize"]