[package]
  cjc-version = "1.1.0"
  compile-option = "-Woff unused -V"
  description = "Lightweight token/code builder for cjbind (replaces std.ast runtime dependency)"
  name = "cjbind_token"
  output-type = "static"
  override-compile-option = ""
  src-dir = ""
  target-dir = ""
  version = "0.3.1"

[profile.customized-option]
  cfg_opt = "-O2"
  cfg_verbose = "-V"

[target.x86_64-w64-mingw32.release]
  compile-option = "-O2"

[target.aarch64-apple-darwin.release]
  compile-option = "-O2"

[target.x86_64-unknown-linux-gnu.release]
  compile-option = "-O2"

[target.aarch64-unknown-linux-gnu.release]
  compile-option = "-O2"