[package] name = "amm" version = "0.1.0" description = "Created with Anchor" edition = "2018" license = "Apache-2.0" [lib] crate-type = ["cdylib", "lib"] name = "amm" doctest = false [features] no-entrypoint = [] no-idl = [] cpi = ["no-entrypoint"] default = [] [dependencies] anchor-lang = "0.17.0" anchor-spl = "0.17.0" integer-sqrt = "0.1.5" uint = "0.9"