# 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 = "glulx-asm" version = "0.1.1" authors = ["Daniel Fox Franke "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Assembler for the Glulx Virtual Machine for Interactive Fiction" readme = "README.md" keywords = ["glulx"] categories = [ "compilers", "no-std", ] license-file = "LICENSE.md" repository = "https://github.com/dfoxfranke/bedquilt" [lib] name = "glulx_asm" path = "src/lib.rs" [[example]] name = "hello" path = "examples/hello.rs" [dependencies.arrayvec] version = "0.7" default-features = false [dependencies.bytes] version = "1" default-features = false [dependencies.hashbrown] version = "0.14" [features] default = ["std"] std = [ "arrayvec/std", "bytes/std", ]