| 1 | [package] |
|---|---|
| 2 | name = "dlib" |
| 3 | version = "0.5.2" |
| 4 | repository = "https://github.com/elinorbgr/dlib" |
| 5 | authors = ["Elinor Berger <elinor@safaradeg.net>"] |
| 6 | license = "MIT" |
| 7 | description = "Helper macros for handling manually loading optional system libraries." |
| 8 | exclude = ["/dlib-test", "README.tpl"] |
| 9 | readme = "README.md" |
| 10 | keywords = ["dylib", "dlopen"] |
| 11 | categories = ["api-bindings"] |
| 12 | |
| 13 | [dependencies] |
| 14 | libloading = ">=0.7, <0.9" |
| 15 |
