[package] name = "grep_cdylib" version = "0.1.3" edition = "2021" authors = ["Zhuravlev Maksim "] description = "This is minigrep library who allow search for occurrences of words with/without case insensitive. The library provides interface for C application use for this libloading crate." license = "MIT OR Apache-2.0" rust-version = "1.58" readme = "README.md" repository = "https://github.com/zhuravlevma/grep" keywords = ["cdylib", "staticlib", "c_library", "c_interface", "libloading"] categories = ["command-line-utilities"] homepage = "https://github.com/zhuravlevma/grep_cdylib" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [lib] crate-type = ["cdylib", "staticlib"] [dev-dependencies] libloading = "0.7.1" anyhow = "1.0.44"