1[package] 2name = "shared_library" 3version = "0.1.9" 4authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"] 5description = "Easily bind to and load shared libraries" 6license = "Apache-2.0/MIT" 7repository = "https://github.com/tomaka/shared_library/" 8 9[dependencies] 10libc = "0.2" 11lazy_static = "1" 12