# 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 = "cyclos-core" version = "0.1.6" description = "Anchor client and source for Cykura (formerly Cyclos) concentrated liquidity AMM" keywords = ["solana", "anchor", "blockchain"] license = "AGPL-3.0-only" [lib] name = "cyclos_core" crate-type = ["cdylib", "lib"] doctest = false [dependencies.anchor-lang] version = "0.22.1" features = ["init-if-needed"] [dependencies.anchor-spl] version = "0.22.1" [dependencies.metaplex-token-metadata] version = "0.0.1" features = ["no-entrypoint"] [dependencies.spl-token] version = "3.2.0" features = ["no-entrypoint"] [dependencies.uint] version = "=0.9.1" [dev-dependencies.quickcheck] version = "0.9" [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = [] no-log-ix-name = []