# 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" name = "anachro-forth-core" version = "0.0.2" authors = ["James Munns "] description = "A forth-inspired, bytecode-compiled scripting language for Anachro Powerbus" readme = "../README.md" categories = ["embedded", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/anachro-rs/anachro-forth" resolver = "2" [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] [dependencies.heapless] version = "0.7.8" [dependencies.postcard] version = "0.7.2" [dependencies.serde] version = "1.0.130" features = ["derive"] default-features = false [dev-dependencies.postcard] version = "0.7.2" features = ["use-std"] [dev-dependencies.serde] version = "1.0.130" features = ["derive", "std"] default-features = false [features] default = [] std = ["serde/std"]