# 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 = "foolang" version = "0.0.0" authors = ["Nikodemus Siivola "] exclude = ["docs/papers/*"] default-run = "foo" description = "Foolang is a Smalltalk-inspired toy language." homepage = "https://foolang.org" keywords = ["foolang", "language"] license = "MIT" repository = "https://github.com/nikodemus/foolang" [[bin]] name = "foo" path = "src/main.rs" [dependencies.clap] version = "2.*.*" [dependencies.getrandom] version = "0.1.*" [dependencies.kiss3d] version = "0.22.*" [dependencies.lazy_static] version = "1.*.*" [dependencies.nalgebra] version = "0.19.*" [dependencies.rand] version = "0.7.*" [dependencies.regex] version = "1.*.*" [dependencies.rouille] version = "3.*.*" [dependencies.webbrowser] version = "0.5.*" [dev-dependencies.assert_cmd] version = "0.12.*" [dev-dependencies.predicates] version = "1.*.*" [dev-dependencies.pretty_assertions] version = "0.6.*" [dev-dependencies.serde_json] version = "1.*.*" [target."cfg(unix)".dependencies.libc] version = "0.2.*" [target."cfg(windows)".dependencies.winapi] version = "0.3.*"