# 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] name = "rtforth" version = "0.6.8" authors = ["Sirius Wu "] autoexamples = false description = "Forth implemented in Rust for realtime application" readme = "README.md" keywords = [ "forth", "real-time", ] license = "MIT OR Apache-2.0" repository = "https://github.com/chengchangwu/rtforth.git" [profile.release] debug = true [lib] name = "rtforth" path = "src/lib.rs" [[example]] name = "multitask" path = "examples/multitask.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.approx] version = "0.5" [dependencies.hibitset] version = "0.6.3" default-features = false [dependencies.libc] version = "^0.2.48" [dependencies.page_size] version = "0.4.2" [dependencies.uom] version = "0.33.0"