# 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 = "port-sundial" version = "0.1.0" authors = ["Port Finance Team "] description = "Sundial helps to bring fixed rate borrowing and lending to Solana" homepage = "https://port.finance" keywords = [ "solana", "anchor", "defi", "port", ] license = "AGPL-3.0" repository = "https://github.com/port-finance/sundial" [lib] name = "sundial" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "0.19.0" [dependencies.anchor-spl] version = "0.19.0" [dependencies.itertools] version = "0.10.1" [dependencies.paste] version = "1.0.6" [dependencies.port-anchor-adaptor] version = "0.2.8" [dependencies.port-variable-rate-lending-instructions] version = "0.3.0" [dependencies.pyth-client] version = "0.2.2" [dependencies.solana-maths] version = "0.1.1" [dependencies.sundial-derives] version = "0.1.0" [dependencies.vipers] version = "1.5.5" [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = []