[package] name = "rsfindlibs" description = "Find shared libraries in the system and provide a useful macro to load them." repository = "https://gitub.com/ecmwf/rsfindlibs" license = "Apache-2.0" readme = "README.md" version = "0.1.1" edition = "2021" authors = ["Tom Hodson thomas.hodson@ecmwf.int"] [lib] path = "src/lib.rs" [[bin]] name = "rsfindlibs" path = "src/bin/rsfindlibs.rs" [dependencies] clap = { version = "4.1", features = ["derive"] } libloading = "0.6" cc = "1.0" log = "0.4" env_logger = "0.10"