[package]
name = "wolfram-expr"
version = "0.5.0"
authors = ["Connor Gray <code@connorgray.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/WolframResearch/wolfram-rust-library"
description = "Efficient and ergonomic representation of Wolfram expressions in Rust"
keywords = ["wolfram", "wolfram-language", "mathematica", "wolfram-engine", "expression"]
categories = ["encoding"]
[features]
default = []
unstable_parse = []
[dependencies]
ordered-float = "3.4.0"