# 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 = "namespaces" version = "4.1.61" authors = ["Jeremy Bogle "] description = "Cardinal namespaces service" homepage = "https://cardinal.so" keywords = [ "solana", "cardinal", ] license = "AGPL-3.0" repository = "https://github.com/cardinal-labs/cardinal-protocol/tree/main/programs/namespaces" resolver = "1" [lib] name = "namespaces" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "0.24.2" features = ["init-if-needed"] [dependencies.anchor-spl] version = "0.24.2" [dependencies.cardinal-certificate] version = "0.2.0" features = ["cpi"] [dependencies.cardinal-time-invalidator] version = "1.5.0" features = ["cpi"] [dependencies.cardinal-token-manager] version = "1.5.0" features = ["cpi"] [dependencies.mpl-token-metadata] version = "1.2.5" features = ["no-entrypoint"] [dependencies.spl-associated-token-account] version = "1.0.2" [dependencies.spl-token] version = "3.1.1" features = ["no-entrypoint"] [dependencies.urlencoding] version = "2.1.0" [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = []