# 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 = "stak-primitive" version = "0.5.16" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Stak Scheme primitives" readme = "README.md" keywords = [ "interpreter", "language", "scheme", ] license-file = "LICENSE" repository = "https://github.com/raviqqe/stak" [lib] name = "stak_primitive" path = "src/lib.rs" [dependencies.heapless] version = "0.8.0" [dependencies.libm] version = "0.2.8" default-features = false [dependencies.stak-device] version = "0.2.58" [dependencies.stak-file] version = "0.4.16" [dependencies.stak-process-context] version = "0.2.16" [dependencies.stak-vm] version = "0.5.16"