# 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 = "crulz" version = "0.0.7" authors = ["Erik Zscheile "] build = "build.rs" exclude = ["docs/bench_results*.txt", "*.sh"] description = "a rust implementation of the 'crulz' macro language interpreter" license = "Apache-2.0" repository = "https://github.com/zserik/crulz-rs" [profile.release] lto = true [dependencies.ansi_term] version = "0.12" [dependencies.anyhow] version = "1.0" [dependencies.bincode] version = "1.2" optional = true [dependencies.cfg-if] version = "0.1" [dependencies.clap] version = "2.33" [dependencies.codespan] version = "0.9" [dependencies.codespan-reporting] version = "0.9" [dependencies.delegate-attr] version = "0.2" [dependencies.flate2] version = "1.0" optional = true [dependencies.itertools] version = "0.9" [dependencies.phf] version = "0.8" features = ["macros"] [dependencies.readfilez] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.string_cache] version = "0.8" [dependencies.thiserror] version = "1.0" [build-dependencies.string_cache_codegen] version = "0.5" [features] compile = ["bincode", "flate2"]