# 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 = "cfsp" version = "1.0.1" 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/cfsp" [lib] bench = false [[bench]] name = "parse" harness = false [dependencies.bitflags] version = "2.3.3" features = ["serde"] [dependencies.byteorder] version = "1.4.3" [dependencies.cesu8] version = "1.1.0" [dependencies.paste] version = "1.0.13" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.thiserror] version = "1.0.43" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.insta] version = "1.28.0" features = ["yaml"]