# 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 = "sljit-sys" version = "0.2.0" authors = ["Steve Fan <29133953+stevefan1999-personal@users.noreply.github.com>"] description = "System crate for sljit using bindgen and ast-grep" keywords = ["jit"] license-file = "sljit/LICENSE" repository = "https://github.com/stevefan1999-personal/sljit-rs" [package.metadata.docs.rs] features = ["docs"] rustc-args = [ "--cfg", "docsrs_priv", ] [dependencies.const-default] version = "1.0.0" features = ["derive"] [dependencies.derive_more] version = "0.99.17" [build-dependencies.ast-grep] version = "0.17.0" optional = true [build-dependencies.bindgen] version = "0.69.1" features = ["experimental"] optional = true [build-dependencies.cc] version = "1.0.83" [build-dependencies.gag] version = "1.0.0" optional = true [build-dependencies.handlebars] version = "5.0.0" optional = true [build-dependencies.miette] version = "5.10.0" [build-dependencies.serde] version = "1.0.195" features = ["derive"] optional = true [build-dependencies.serde_json] version = "1.0.111" optional = true [build-dependencies.static_assertions] version = "1.1.0" [build-dependencies.strum] version = "0.25.0" features = ["derive"] [features] arch-arm-thumb-2 = [] arch-arm64 = [] arch-armv6 = [] arch-armv7 = [] arch-host = [] arch-i386 = [] arch-loongarch64 = [] arch-mips32 = [] arch-mips64 = [] arch-ppc32 = [] arch-ppc64 = [] arch-rv32 = [] arch-rv64 = [] arch-s390x = [] arch-x86_64 = [] bindgen = [ "dep:bindgen", "dep:ast-grep", "dep:gag", "dep:handlebars", "dep:serde", "dep:serde_json", ] default = ["arch-host"] docs = []