# 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 = "a4" version = "0.0.4" authors = ["James Munns "] description = "A forth-inspired, bytecode-compiled scripting language for Anachro Powerbus" readme = "../README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/anachro-rs/anachro-forth" resolver = "2" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.a4-core] version = "0.0.4" features = ["std"] [dependencies.kolben] version = "0.0.3" [dependencies.postcard] version = "0.7.2" features = ["use-std"] [dependencies.rzcobs] version = "0.1.2" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.structopt] version = "0.3.25"