runner 0.7.0

Utility for running Rust snippets
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "runner"
version = "0.7.0"
authors = ["steve donovan <steve.j.donovan@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[features]
no_quote_replacement = []

[[bin]]
name = "runner"
path = "src/main.rs"

[[example]]
name = "filetime"
path = "examples/filetime.rs"

[[example]]
name = "json"
path = "examples/json.rs"

[[example]]
name = "read"
path = "examples/read.rs"

[[example]]
name = "regex"
path = "examples/regex.rs"

[[example]]
name = "serde_json"
path = "examples/serde_json.rs"

[[example]]
name = "test-script"
path = "examples/test-script.rs"

[[example]]
name = "testm"
path = "examples/testm.rs"

[[example]]
name = "text"
path = "examples/text.rs"

[[example]]
name = "universe"
path = "examples/universe.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.csv]
version = "1.4"

[dependencies.dirs]
version = "=6"

[dependencies.json]
version = "0.12"

[dependencies.lapp]
version = "0.4"

[dependencies.open]
version = "=5"

[dependencies.semver]
version = "1.0"
features = [
    "std",
    "serde",
]

[dependencies.serde]
version = "1.0.27"
features = ["derive"]

[dependencies.shlex]
version = "2"

[dependencies.toml]
version = "=0.4.10"