diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md index 50e4fe2..c92943d 100644 --- a/README.md +++ b/README.md @@ -79,3 +79,26 @@ This is very new, so feel free to hack on it in any way you please and submit a PR! I'll be working on it myself over the next several days to flesh it out. +## Notes + +`clinte` has roughly 60 library dependencies from the `rust` ecosystem. +Nevertheless, the binary remains only `3.5MB` in size as of `v0.4.1`. +For your information, the direct library dependencies of `clinte` are: +* `chrono >= 0.4` +* `clap >= 2.33` +* `lazy_static >= 1.4` +* `log >= 0.4` +* `rusqlite >= 0.20` +* `simplelog >= 0.7` +* `users >= 0.9` + +The indirect dependencies (dependencies of dependencies) are: + +`ansi_term, arrayref, arrayvec, atty, autocfg, backtrace, backtrace-sys, base64, +bitflags, blake2b_simd, byteorder, cc, cfg-if, cloudabi, constant_time_eq, +crossbeam-utils, dirs, dirs-sys, failure, failure_derive, fallible-iterator, +fallible-streaming-iterator, fuchsia-cprng, libc, libsqlite3-sys, linked-hash-map, +lru-cache, memchr, nodrop, num-integer, num-traits, pkg-config, proc-macro2, quote, +rand_core, rand_os, rdrand, redox_syscall, redox_users, rust-argon2, rustc-demangle, +strsim, syn, synstructure, term, textwrap, time, unicode-width, unicode-xid, vcpkg, +winapi, winapi-i686-pc-windows-gnu, winapi-x86_64-pc-windows-gnu` |