[package] name = "execute_evcxr" version = "0.1.1" authors = ["Dmitrii Demenev "] edition = "2021" rust-version = "1.56.1" # https://github.com/foresterre/cargo-msrv description = "A library for execution of evcxr-supported syntax via building and executing a binary crate" documentation = "https://docs.rs/execute_evcxr" readme = "README.md" repository = "https://github.com/JohnScience/execute_evcxr" license = "MIT OR Apache-2.0" # license-file | not needed keywords = ["nalgebra", "latex", "matrix"] categories = [] # https://crates.io/category_slugs # workspace | not needed # build | not needed # links | not needed # exclude | not needed include = [ "/Cargo.toml", "/LICENSE_APACHE", "/LICENSE_MIT", "/README.md", "/src/**", "/tests/**", ] # publish | not needed # metadata | not needed # default-run | not needed autobins = false autoexamples = false autotests = false autobenches = false # resolver | not needed # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] syn = { version = "1.0.98", features = ["full", "extra-traits", "parsing", "printing"] } proc-macro2 = { version = "1.0.39", features = ["span-locations"] } quote = "1.0"