# 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 = "2021" name = "rets_expression" version = "0.2.3" authors = ["Bryan Burgers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implementation of RETS Validation Expressions from RESO RCP19" homepage = "https://github.com/zenlist/rets_expression" documentation = "https://docs.rs/rets_expression" readme = "README.md" keywords = [ "rets", "validation", "expression", "reso", "rcp19", ] license = "MIT" repository = "https://github.com/zenlist/rets_expression" [lib] name = "rets_expression" path = "src/lib.rs" [[test]] name = "compliance_tests" path = "tests/compliance_tests.rs" harness = false required-features = ["std"] [dependencies.chrono] version = "0.4.26" features = ["alloc"] default-features = false [dependencies.miette] version = "7.1.0" [dependencies.regex-lite] version = "0.1.0" optional = true [dependencies.serde_json] version = "1.0.100" features = ["alloc"] default-features = false [dependencies.winnow] version = "0.6.18" features = ["alloc"] default-features = false [dev-dependencies.chrono-tz] version = "0.8.3" features = ["serde"] [dev-dependencies.serde] version = "1.0.171" features = ["derive"] [features] default = ["std"] match_function = ["regex-lite"] std = [ "match_function", "chrono/clock", "chrono/serde", ]