# 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 = "flagsmith-flag-engine" version = "0.4.0" authors = ["Gagan Trivedi "] description = "This project is the rust clone of flagsmith flag engine: https://github.com/Flagsmith/flagsmith-engine" readme = "README.md" keywords = [ "Flagsmith", "feature-flag", "remote-config", "flag-engine", ] categories = [ "config", "api-bindings", ] license = "BSD-3-Clause" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.md-5] version = "0.10.1" [dependencies.num-bigint] version = "0.4" [dependencies.num-traits] version = "0.2.14" [dependencies.regex] version = "1" [dependencies.semver] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.uuid] version = "0.8" features = [ "serde", "v4", ] [dev-dependencies.rstest] version = "0.12.0"