| [package] | |
| name = "range" | |
| version.workspace = true | |
| authors.workspace = true | |
| license.workspace = true | |
| edition.workspace = true | |
| publish.workspace = true | |
| rust-version.workspace = true | |
| [lib] | |
| name = "range" | |
| path = "lib.rs" | |
| [dependencies] | |
| malloc_size_of = { workspace = true } | |
| malloc_size_of_derive = { workspace = true } | |
| num-traits = { workspace = true } | |
| serde = { workspace = true } |