[package] name = "string_length" version.workspace = true edition.workspace = true license.workspace = true authors.workspace = true description = "Get string length" [lib] crate-type = ["cdylib", "rlib"] [dependencies] serde.workspace = true serde_json.workspace = true