# 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 = "venko" version = "0.1.1" authors = ["Venko Team "] description = "Program for issuing token streams on Solana." homepage = "https://venko.app" keywords = ["solana", "anchor", "finance", "venko"] license = "AGPL-3.0" repository = "https://github.com/VenkoApp/venko" [lib] name = "venko" crate-type = ["cdylib", "lib"] path = "src/lib.rs" [dependencies.anchor-lang] version = ">=0.17" [dependencies.anchor-spl] version = ">=0.17" [dependencies.crate-token] version = "0.4.0" features = ["cpi"] [dependencies.num-traits] version = "0.2" [dependencies.vipers] version = "1.5.5" [dev-dependencies.proptest] version = "1.0" [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = []