# 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 = "streamflow-timelock" version = "0.3.2" authors = ["Streamflow Labs Limited "] exclude = ["misc/*", ".github/*"] description = "Timelock crate for Solana programs" homepage = "https://streamflow.finance" readme = "README.md" license = "AGPL-3.0-only" repository = "https://github.com/streamflow-finance/timelock-crate" [lib] crate-type = ["cdylib", "lib"] [dependencies.borsh] version = "0.9.1" [dependencies.solana-program] version = "1.7.11" [dependencies.spl-associated-token-account] version = "1.0.3" [dependencies.spl-token] version = "3.2.0" features = ["no-entrypoint"]