# 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 = "ka-pi" version = "0.2.0" authors = ["ChAoS-UnItY"] description = "A JVM Bytecode Manipulation Framework inspired by ASM." readme = "README.md" keywords = [ "jvm", "jvm-bytecode", "bytecode", ] license = "MIT" repository = "https://github.com/ChAoSUnItY/Ka-Pi/" [lib] name = "ka_pi" path = "src/lib.rs" [dependencies.cfsp] version = "1.0.0" optional = true [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.insta] version = "1.28.0" features = ["yaml"] [features] cfsp = ["dep:cfsp"] default = []