# 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_yaml" 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.know] version = "0.0.8" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_yaml] version = "0.9.31" [dependencies.thiserror] version = "1.0.56" [features] default = []