6 releases
0.3.2 | Jan 23, 2024 |
---|---|
0.3.1 | Aug 18, 2023 |
0.3.0 | May 16, 2022 |
0.2.1 | Feb 8, 2021 |
0.1.0 | Dec 3, 2020 |
#537 in Rust patterns
31 downloads per month
Used in cargo-native-install
28KB
661 lines
Rust Install Dirs
A library for handling install directories, similar to gnu autoconf and cmake.
serde
Currently, the install-dirs
crate requires a serde version which is at most 1.0.171. This is for security as versions of the derive macro starting with 1.0.172 currently ship a precompiled binary that has not been reproduced. Additionally, there are compatibility concerns when porting to non-rustc compilers in the future. If you have a dependency issue, you are recomended to downgrade serde and serde_derive to 1.0.171 if possible.
Dependencies
~170KB