# 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 = "2018" name = "hotg-rune-core" version = "0.11.3" authors = ["The Rune Developers "] description = "Core abstractions and types used across the Rune platform." homepage = "https://hotg.dev/" readme = "README.md" keywords = ["rune", "tinyml", "container", "machine", "learning"] categories = ["no-std", "science", "wasm"] license = "MIT OR Apache-2.0" repository = "https://github.com/hotg-ai/rune" resolver = "2" [package.metadata.docs.rs] all-features = true [dependencies.log] version = "0.4.14" features = ["serde", "max_level_trace"] default-features = false [dependencies.serde] version = "1.0" features = ["derive", "alloc"] default-features = false [features] default = [] std = [] unstable_doc_cfg = []