[package] name = "tmp_borsh_dep_test" description = "tmp_borsh_dep_test" version = "0.1.0" edition = "2021" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] borsh = { version = ">=1.0.0,<1.1.0", features = ["unstable__schema", "derive"] }