# 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 = "know" version = "0.0.8" authors = ["Haltia.AI "] publish = true description = "The Know Framework for Rust" homepage = "https://know.dev" documentation = "https://github.com/HaltiaAI/know.rs/blob/master/README.md" readme = "README.md" keywords = [ "framework", "serde", "serialization", ] categories = ["data-structures"] license = "Unlicense" repository = "https://github.com/HaltiaAI/know.rs" [dependencies.cfg_eval] version = "0.1.2" optional = true [dependencies.chrono] version = "0.4.33" features = ["serde"] optional = true [dependencies.iri-string] version = "0.7.0" features = ["serde"] [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] optional = true [dependencies.serde_with] version = "3.6.1" optional = true [dependencies.thiserror] version = "1.0.56" [dependencies.zerocopy] version = "0.7.11" [dependencies.zerocopy-derive] version = "0.7.11" [dependencies.zeroize] version = "1.6.0" [features] chrono = ["dep:chrono"] default = [ "chrono", "serde", ] serde = [ "dep:cfg_eval", "dep:serde", "dep:serde_with", ]