[package] name = "string_starts_with" version.workspace = true edition.workspace = true license.workspace = true authors.workspace = true description = "Check if string starts with prefix" [lib] crate-type = ["cdylib", "rlib"] [dependencies] serde.workspace = true serde_json.workspace = true