# 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" rust-version = "1.58" name = "grep_cdylib" version = "0.1.3" 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." homepage = "https://github.com/zhuravlevma/grep_cdylib" readme = "README.md" keywords = ["cdylib", "staticlib", "c_library", "c_interface", "libloading"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/zhuravlevma/grep" resolver = "2" [lib] crate-type = ["cdylib", "staticlib"] [dependencies] [dev-dependencies.anyhow] version = "1.0.44" [dev-dependencies.libloading] version = "0.7.1"