1 2 3 4 5 6 7 8 9 10 11 12
[package] name = "cctr-expr" description = "This is an internal component crate of cctr" version.workspace = true edition.workspace = true authors.workspace = true license.workspace = true [dependencies] regex = "1" thiserror = "1" winnow = "0.6"