# 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 = "2018" name = "strontium" version = "0.6.0" authors = ["Moritz Riede "] description = "A register-based bytecode machine for statically and dynamically typed programming languages." readme = "README.md" keywords = [ "vm", "language", "bytecode", "p-code-machine", ] license-file = "LICENSE" repository = "https://github.com/mag-language/strontium" [lib] name = "strontium" path = "src/lib.rs" [dependencies.bincode] version = "1.3.3" [dependencies.byteorder] version = "1.3.1" [dependencies.colored] version = "2.0.0" [dependencies.hex] version = "0.3.2" [dependencies.linefeed] version = "0.6.0" [dependencies.num-derive] version = "0.4.1" [dependencies.num-traits] version = "0.2.17" [dependencies.pest] version = "2.5" [dependencies.pest_derive] version = "2.5" [dependencies.serde] version = "1.0" features = ["derive"]