[package] name = "string_substring" version.workspace = true edition.workspace = true license.workspace = true authors.workspace = true description = "Extract a substring from a string" [lib] crate-type = ["cdylib", "rlib"] [dependencies] serde.workspace = true serde_json.workspace = true