# 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] name = "tin-lang" version = "0.2.2" authors = ["David Flemström "] description = "tin: a statically structurally typed embeddable programming language" license = "MIT" repository = "https://github.com/dflemstr/tin" [profile.release] lto = true codegen-units = 1 debug = true [dependencies.cranelift] version = "0.26.0" [dependencies.cranelift-module] version = "0.26.0" [dependencies.cranelift-simplejit] version = "0.26.0" [dependencies.dot] version = "0.1.4" [dependencies.env_logger] version = "0.6.0" [dependencies.failure] version = "0.1.3" [dependencies.lalrpop-util] version = "0.16.2" [dependencies.log] version = "0.4.6" [dependencies.pretty_env_logger] version = "0.3.0" [dependencies.regex] version = "1.1.0" [dependencies.specs] version = "0.14.1" [dependencies.specs-derive] version = "0.3.0" [dependencies.specs-visitor] version = "0.1.0" [dependencies.specs-visitor-derive] version = "0.1.0" [dependencies.structopt] version = "0.2.14" [build-dependencies.lalrpop] version = "0.16.2" [features] test-render-graphs = []