| 1 | [package] |
| 2 | name = "oversight-watermark" |
| 3 | version.workspace = true |
| 4 | edition.workspace = true |
| 5 | rust-version.workspace = true |
| 6 | license.workspace = true |
| 7 | description = "Per-recipient text watermarking for Oversight (L1 zero-width, L2 whitespace)" |
| 8 | |
| 9 | [dependencies] |
| 10 | rand_core = { workspace = true, features = ["getrandom"] } |