generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 135
Expand file tree
/
Copy pathCargo.toml
More file actions
30 lines (26 loc) · 771 Bytes
/
Cargo.toml
File metadata and controls
30 lines (26 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[package]
name = "cedar-testing"
edition.workspace = true
version.workspace = true
license.workspace = true
publish = false
[dependencies]
cedar-policy = { version = "=4.10.0", path = "../cedar-policy", features = ["partial-eval", "tpe"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
smol_str = { version = "0.3", features = ["serde"] }
miette = { version = "7.6.0", features = ["fancy"] }
walkdir = "2.4"
[features]
default = ["ipaddr", "decimal"]
decimal = ["cedar-policy/decimal"]
ipaddr = ["cedar-policy/ipaddr"]
integration-testing = []
entity-manifest = ["cedar-policy/entity-manifest"]
[dev-dependencies]
rstest = "0.26.1"
cedar-policy-cli = { path = "../cedar-policy-cli"}
escargot = "0.5.15"
tempfile = "3"
[lints]
workspace = true