[package] name = "anchor-cereal" version = "0.2.5" edition = "2021" license = "MIT" description = "A quality of life package for Anchor." repository = "https://github.com/ameliatastic/anchor-cereal" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] borsh = "^0.9" anchor-cereal-derive = { version = "0.2.5", path = "anchor-cereal-derive" }