# 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" version = "0.1.1" authors = ["Luke Peterson "] description = "Interface for the Rosie Pattern Language, for efficient and maintainable text pattern matching and search" 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-rs/" [package.metadata.docs.rs] features = ["build_static_librosie"] [dependencies.libc] version = "0.2.103" [dependencies.linked-hash-map] version = "0.5.4" [dependencies.once_cell] version = "1.8.0" [dependencies.rosie-sys] version = "1.3.1" [dev-dependencies.rand] version = "0.8.0" [dev-dependencies.rand_pcg] version = "0.3.1" [dev-dependencies.serde] version = "1.0.125" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.64" [features] build_static_librosie = ["rosie-sys/build_static_librosie"] link_shared_librosie = ["rosie-sys/link_shared_librosie"]