# 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 = "aris_2" version = "0.1.2" authors = ["team@orca.so"] build = false include = ["src/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Package #1" readme = "README.md" keywords = [] license = "Apache-2.0" [lib] name = "aris_2" path = "src/lib.rs" [dependencies.anchor-lang] version = "^0" optional = true [dependencies.aris_1] version = "^0.1.2" optional = true [dependencies.borsh] version = "^0" [dependencies.num-derive] version = "^0" [dependencies.num-traits] version = "^0" [dependencies.serde] version = "^1" features = ["derive"] optional = true [dependencies.serde_with] version = "^3" optional = true [dependencies.solana-program] version = "^1" [dependencies.thiserror] version = "^2" [features] anchor = ["dep:anchor-lang"] anchor-idl-build = [] core-types = ["dep:aris_1"] default = ["core-types"] serde = [ "dep:serde", "dep:serde_with", ] test-sbf = []