[package]
edition = "2021"
name = "chain-id"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fogo Sessions chain-id program"
readme = false
license = "Apache-2.0"
repository = "https://github.com/fogo-foundation/fogo-sessions"
[features]
cpi = ["no-entrypoint"]
default = []
idl-build = ["anchor-lang/idl-build"]
no-entrypoint = []
no-idl = []
no-log-ix-name = []
[lib]
name = "chain_id"
crate-type = [
"cdylib",
"lib",
]
path = "src/lib.rs"
[dependencies.anchor-lang]
version = "0.31.1"