# 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 = "expressive" version = "0.1.2" authors = ["jeff "] description = "Fork of evalexpr" homepage = "https://git.jeffa.io/jeff/expressive" readme = "README.md" license = "MIT" repository = "https://git.jeffa.io/jeff/expressive.git" [lib] name = "expressive" path = "src/lib.rs" [dependencies.chrono] version = "0.4.26" [dependencies.rand] version = "0.8.5" optional = true [dependencies.regex] version = "1.5.5" optional = true [dependencies.serde] version = "1.0.133" optional = true [dependencies.serde_derive] version = "1.0.133" optional = true [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_pcg] version = "0.3.1" [dev-dependencies.ron] version = "0.7.0" [features] regex_support = ["regex"] serde_support = [ "serde", "serde_derive", ]