# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sol-did" version = "3.3.0" description = "Martin Riedel" homepage = "https://www.identity.com/" readme = "README.md" keywords = [ "did", "solana", "identity", "did-method", ] license = "MIT" repository = "https://github.com/identity-com/sol-did" resolver = "1" [lib] name = "sol_did" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "0.26.0" [dependencies.bitflags] version = "1.3.2" [dependencies.borsh] version = "0.9.3" [dependencies.itertools] version = "0.10.3" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.solana-program] version = "1.14.11" [dependencies.solana-security-txt] version = "1.1.0" [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = [] no-log-ix-name = []