[package]
edition = "2021"
name = "apollo_sizeof"
version = "0.18.0-dev.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "compute size of types in memory"
readme = false
license-file = "LICENSE"
repository = "https://github.com/starkware-libs/sequencer/"
[lib]
name = "apollo_sizeof"
path = "src/lib.rs"
[dependencies.apollo_sizeof_macros]
version = "0.18.0-dev.2"
[dependencies.starknet-types-core]
version = "0.2.4"
[lints.clippy]
as_conversions = "warn"
await_holding_lock = "warn"
await_holding_refcell_ref = "warn"
[lints.rust]
future-incompatible = "warn"
nonstandard-style = "warn"
rust-2018-idioms = "warn"
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
"cfg(coverage_nightly)",
"cfg(addr_of)",
]