# 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.74" name = "rune-core" version = "0.13.4" authors = ["John-John Tedro "] description = "Core components for the Rune Language, an embeddable dynamic programming language for Rust." homepage = "https://github.com/rune-rs/rune" documentation = "https://docs.rs/rune" readme = "README.md" keywords = [ "language", "scripting", "scripting-language", ] categories = ["parser-implementations"] license = "MIT OR Apache-2.0" repository = "https://github.com/rune-rs/rune" [dependencies.byteorder] version = "1.4.3" default-features = false [dependencies.musli] version = "0.0.42" optional = true default-features = false [dependencies.rune-alloc] version = "0.13.4" features = ["serde"] default-features = false [dependencies.serde] version = "1.0.163" features = ["derive"] default-features = false [dependencies.twox-hash] version = "1.6.3" default-features = false [dev-dependencies] [features] alloc = [ "serde/alloc", "rune-alloc/alloc", ] default = ["alloc"] doc = [] std = [ "alloc", "rune-alloc/std", ]