# 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 = "phoenix-seat-manager-common" version = "0.1.1" authors = ["Ellipsis Labs "] description = "Automatic seat manager for the Phoenix program" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/Ellipsis-Labs/phoenix-seat-manager-v1" [profile.release] lto = "fat" codegen-units = 1 overflow-checks = true [lib] name = "phoenix_seat_manager" crate-type = [ "cdylib", "lib", ] [dependencies.borsh] version = "0.9.3" [dependencies.bytemuck] version = "1.13.0" [dependencies.ellipsis-macros] version = "0.1.1" [dependencies.itertools] version = "0.10.5" [dependencies.lib-sokoban] version = "0.3.0" [dependencies.num_enum] version = "0.5.9" [dependencies.phoenix-common] version = "0.2.1" features = ["no-entrypoint"] [dependencies.proc-macro-crate] version = "1.3.0" [dependencies.shank] version = "0.0.12" [dependencies.solana-program] version = "1.16.3" [dependencies.solana-security-txt] version = "1.1.0" [dependencies.spl-associated-token-account] version = "2.2.0" features = ["no-entrypoint"] [dependencies.spl-token] version = "3.5.0" features = ["no-entrypoint"] [dependencies.static_assertions] version = "1.1.0" [dependencies.thiserror] version = "1.0.38" [dependencies.toml_edit] version = "0.18.1" [dev-dependencies.rand] version = "0.7.3" [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = [] no-log-ix-name = [] test = []