# Note: specifying inheritance is still necessary until cargo-sbf > 1.64 during `anchor test` cargo-features = ["workspace-inheritance"] [package] name = "zerocopy-str" description = "A library for serializing small strings efficiently" version.workspace = true edition.workspace = true license.workspace = true repository.workspace = true authors.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] shadow-nft-common.workspace = true [dev-dependencies] borsh = "0.10.3" test-case = "3.1.0"