···3434# Provides a way to determine if two files are the same using filesystem node ids
3535same-file = "1"
3636# Creation of zip files
3737-zip = { version = "8", features = ["deflate"] }
3737+zip = { version = "8", features = ["deflate"], default-features = false }
38383939async-trait.workspace = true
4040base16.workspace = true
···11-This program, "bzip2", the associated library "libbzip2", and all
22-documentation, are copyright (C) 1996-2010 Julian R Seward. All
33-rights reserved.
44-55-Redistribution and use in source and binary forms, with or without
66-modification, are permitted provided that the following conditions
77-are met:
88-99-1. Redistributions of source code must retain the above copyright
1010- notice, this list of conditions and the following disclaimer.
1111-1212-2. The origin of this software must not be misrepresented; you must
1313- not claim that you wrote the original software. If you use this
1414- software in a product, an acknowledgment in the product
1515- documentation would be appreciated but is not required.
1616-1717-3. Altered source versions must be plainly marked as such, and must
1818- not be misrepresented as being the original software.
1919-2020-4. The name of the author may not be used to endorse or promote
2121- products derived from this software without specific prior written
2222- permission.
2323-2424-THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
2525-OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2626-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2727-ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
2828-DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2929-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
3030-GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
3131-INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
3232-WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
3333-NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3434-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3535-3636-Julian Seward, jseward@bzip.org
3737-bzip2/libbzip2 version 1.0.6 of 6 September 2010