evcxr 0.4.3

An Evaluation Context for Rust
Documentation
# 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 = "evcxr"
version = "0.4.3"
authors = ["David Lattimore <dvdlttmr@gmail.com>", "Matthias Bussonnier <bussonniermatthias@gmail.com>", "Daniel Griffen <daniel@griffen.io>", "David Bernard <david.bernard.31@gmail.com>"]
description = "An Evaluation Context for Rust"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/google/evcxr"
[dependencies.backtrace]
version = "0.3.14"

[dependencies.dirs]
version = "2.0.2"

[dependencies.failure]
version = "=0.1.5"
features = ["std"]
default-features = false

[dependencies.json]
version = "=0.11.13"

[dependencies.lazy_static]
version = "=1.3.0"

[dependencies.libc]
version = "0.2.49"

[dependencies.libloading]
version = "=0.5.0"

[dependencies.proc-macro2]
version = "=0.4.27"
default-features = false

[dependencies.regex]
version = "=1.1.2"

[dependencies.syn]
version = "=0.15.27"
features = ["parsing", "full", "printing", "clone-impls", "extra-traits"]
default-features = false

[dependencies.tempfile]
version = "=3.0.7"
[target."cfg(unix)".dependencies.sig]
version = "=1.0.0"