| [package] | |
| name = "test_helper" | |
| version.workspace = true | |
| edition.workspace = true | |
| publish.workspace = true | |
| license.workspace = true | |
| [lints] | |
| workspace = true | |
| [dependencies] | |
| hex.workspace = true | |
| serde_json.workspace = true | |
| itertools.workspace = true | |
| [features] | |
| default = ["std"] | |
| std = ["itertools/use_std"] |