Cargo.toml 405 B

12345678910111213141516
  1. [package]
  2. name = "anchor-lang-idl-spec"
  3. version = "0.1.0"
  4. authors = ["Anchor Maintainers <accounts@200ms.io>"]
  5. repository = "https://github.com/coral-xyz/anchor"
  6. edition = "2021"
  7. license = "Apache-2.0"
  8. description = "Anchor framework IDL spec"
  9. [package.metadata.docs.rs]
  10. all-features = true
  11. rustdoc-args = ["--cfg", "docsrs"]
  12. [dependencies]
  13. anyhow = "1"
  14. serde = { version = "1", features = ["derive"] }