# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "alan-runtime" version = "0.1.5" authors = ["Luis de Pombo ", "David Ellis "] description = "A runtime in Rust to run AGC or Alan Graphcode, alan's bytecode format." homepage = "https://alan-lang.org" documentation = "https://docs.alan-lang.org" license = "AGPL-3.0" repository = "https://github.com/alantech/alan" [dependencies.byteorder] version = "1.3.4" [dependencies.clap] version = "2.33.1" [dependencies.dashmap] version = "3.11.10" [dependencies.futures] version = "0.3.5" [dependencies.hyper] version = "0.13" [dependencies.num_cpus] version = "1.0" [dependencies.once_cell] version = "1.3.1" [dependencies.rand] version = "0.7.3" [dependencies.rayon] version = "1.3" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.10" [dependencies.tokio] version = "0.2" features = ["rt-core", "macros", "sync", "time"] [dependencies.twox-hash] version = "1.5.0"