# 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 = "unleash-yggdrasil" version = "0.14.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This is the Unleash SDK domain logic extracted into a library to facilitate building your own Unleash SDKs in anything, anywhere." readme = "README.md" license = "MIT" [lib] name = "unleash_yggdrasil" path = "src/lib.rs" [[test]] name = "grammar_prop_tests" path = "tests/grammar_prop_tests.rs" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.chrono] version = "0.4.38" [dependencies.convert_case] version = "0.6.0" [dependencies.dashmap] version = "6.1.0" [dependencies.hostname] version = "0.4.0" optional = true [dependencies.ipnet] version = "2.8.0" [dependencies.ipnetwork] version = "0.20.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.murmur3] version = "0.5.2" [dependencies.pest] version = "2.0" [dependencies.pest_derive] version = "2.0" [dependencies.rand] version = "0.8.5" [dependencies.semver] version = "1.0.17" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.99" [dependencies.unleash-types] version = "0.14.0" [dev-dependencies.async-std] version = "1.0.1" [dev-dependencies.async-std-test] version = "0.0.4" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.proptest] version = "1.2.0" [dev-dependencies.test-case] version = "3.1.0"