# 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 = "2018" name = "rosie-sys" version = "1.3.1" authors = ["Luke Peterson "] build = "build.rs" links = "rosie" description = "A crate to build or link to librosie to access the Rosie Pattern Language" homepage = "https://rosie-lang.org/about/" readme = "README.md" keywords = [ "rosie", "pattern", "matching", "FSA", "regex", ] categories = [ "text-processing", "encoding", "parsing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/luketpeterson/rosie-sys/" [package.metadata.docs.rs] features = ["build_static_librosie"] [dependencies.libc] version = "0.2.103" [dependencies.mlua] version = "0.7.4" features = [ "lua53", "vendored", ] optional = true [build-dependencies.cc] version = "1.0.18" [build-dependencies.pkg-config] version = "0.3.9" optional = true [features] build_static_librosie = ["mlua"] link_shared_librosie = ["pkg-config"]