# 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 = "2018" name = "asol" version = "0.1.2" authors = ["0xAurelion "] description = "aSOL: an aggregated Solana stake pool." homepage = "https://asol.so" keywords = ["solana", "stake-pool"] license = "AGPL-3.0" repository = "https://github.com/aSolHQ/asol" [lib] name = "asol" crate-type = ["cdylib", "lib"] [dependencies.anchor-lang] version = "0.17.0" [dependencies.anchor-spl] version = "0.17.0" [dependencies.base64] version = "0.13.0" [dependencies.crate-redeem-in-kind] version = "0.3.0" features = ["cpi"] [dependencies.crate-token] version = "0.3.0" features = ["cpi"] [dependencies.lido-anchor] version = "0.1.0" [dependencies.marinade] version = "0.1.0" features = ["cpi"] [dependencies.num-traits] version = "0.2" [dependencies.vipers] version = "1.4.0" [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = []