# 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 = "runner" version = "0.5.0" authors = ["steve donovan "] description = "Utility for running Rust snippets" documentation = "https://docs.rs/crate/runner" readme = "readme.md" keywords = ["compiler-runner", "scripting", "snippets"] license = "MIT" repository = "https://github.com/stevedonovan/runner" [profile.release] panic = "abort" [dependencies.dirs] version = "1.0" [dependencies.easy-shortcuts] version = "0.3" [dependencies.isatty] version = "0.1.8" [dependencies.json] version = "0.11" [dependencies.lapp] version = "0.4" [dependencies.lazy_static] version = "1.4" [dependencies.open] version = "1.2" [dependencies.semver] version = "0.9" [dependencies.serde] version = "1.0.27" [dependencies.serde_derive] version = "1.0.27" [dependencies.shlex] version = "0.1.1" [dependencies.toml] version = "0.4.5"