Vendored Rust crates
====================

The jsslintr package embeds its Rust dependency crates (produced by
`cargo vendor`, shipped as src/rust/vendor.tar.xz and compiled during
package installation). The copyright of each crate remains with its
authors, listed below. The full license text and any additional
copyright notices of every crate ship inside the archive under
vendor/<crate>/. src/rust/jsslint-core is first-party code by the
package author, not a third-party dependency.

This file is generated by tools/generate-rust-authors.py — do not edit
by hand; rerun tools/vendor-crate-archive.sh instead.

aho-corasick 1.1.4
  License: Unlicense OR MIT
  Authors: Andrew Gallant <jamslam@gmail.com>
  Repository: https://github.com/BurntSushi/aho-corasick

difflib 0.4.0
  License: MIT
  Authors: Dima Kudosh <dimakudosh@gmail.com>
  Repository: https://github.com/DimaKudosh/difflib

equivalent 1.0.2
  License: Apache-2.0 OR MIT
  Repository: https://github.com/indexmap-rs/equivalent

extendr-api 0.9.0
  License: MIT
  Repository: https://github.com/extendr/extendr

extendr-ffi 0.9.0
  License: MIT
  Repository: https://github.com/extendr/extendr

extendr-macros 0.9.0
  License: MIT
  Repository: https://github.com/extendr/extendr

hashbrown 0.17.1
  License: MIT OR Apache-2.0
  Repository: https://github.com/rust-lang/hashbrown

indexmap 2.14.0
  License: Apache-2.0 OR MIT
  Repository: https://github.com/indexmap-rs/indexmap

itoa 1.0.18
  License: MIT OR Apache-2.0
  Authors: David Tolnay <dtolnay@gmail.com>
  Repository: https://github.com/dtolnay/itoa

lazy_static 1.5.0
  License: MIT OR Apache-2.0
  Authors: Marvin Löbel <loebel.marvin@gmail.com>
  Repository: https://github.com/rust-lang-nursery/lazy-static.rs

memchr 2.8.3
  License: Unlicense OR MIT
  Authors: Andrew Gallant <jamslam@gmail.com>, bluss
  Repository: https://github.com/BurntSushi/memchr

once_cell 1.21.4
  License: MIT OR Apache-2.0
  Authors: Aleksey Kladov <aleksey.kladov@gmail.com>
  Repository: https://github.com/matklad/once_cell

paste 1.0.15
  License: MIT OR Apache-2.0
  Authors: David Tolnay <dtolnay@gmail.com>
  Repository: https://github.com/dtolnay/paste

proc-macro2 1.0.106
  License: MIT OR Apache-2.0
  Authors: David Tolnay <dtolnay@gmail.com>, Alex Crichton <alex@alexcrichton.com>
  Repository: https://github.com/dtolnay/proc-macro2

quote 1.0.46
  License: MIT OR Apache-2.0
  Authors: David Tolnay <dtolnay@gmail.com>
  Repository: https://github.com/dtolnay/quote

readonly 0.2.13
  License: MIT OR Apache-2.0
  Authors: David Tolnay <dtolnay@gmail.com>
  Repository: https://github.com/dtolnay/readonly

regex 1.13.0
  License: MIT OR Apache-2.0
  Authors: The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>
  Repository: https://github.com/rust-lang/regex

regex-automata 0.4.15
  License: MIT OR Apache-2.0
  Authors: The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>
  Repository: https://github.com/rust-lang/regex

regex-syntax 0.8.11
  License: MIT OR Apache-2.0
  Authors: The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>
  Repository: https://github.com/rust-lang/regex

ryu 1.0.23
  License: Apache-2.0 OR BSL-1.0
  Authors: David Tolnay <dtolnay@gmail.com>
  Repository: https://github.com/dtolnay/ryu

serde 1.0.228
  License: MIT OR Apache-2.0
  Authors: Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>
  Repository: https://github.com/serde-rs/serde

serde_core 1.0.228
  License: MIT OR Apache-2.0
  Authors: Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>
  Repository: https://github.com/serde-rs/serde

serde_derive 1.0.228
  License: MIT OR Apache-2.0
  Authors: Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>
  Repository: https://github.com/serde-rs/serde

serde_json 1.0.150
  License: MIT OR Apache-2.0
  Authors: Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>
  Repository: https://github.com/serde-rs/json

serde_spanned 1.1.1
  License: MIT OR Apache-2.0
  Repository: https://github.com/toml-rs/toml

serde_yaml 0.9.34+deprecated
  License: MIT OR Apache-2.0
  Authors: David Tolnay <dtolnay@gmail.com>
  Repository: https://github.com/dtolnay/serde-yaml

syn 2.0.118
  License: MIT OR Apache-2.0
  Authors: David Tolnay <dtolnay@gmail.com>
  Repository: https://github.com/dtolnay/syn

toml 1.1.2+spec-1.1.0
  License: MIT OR Apache-2.0
  Repository: https://github.com/toml-rs/toml

toml_datetime 1.1.1+spec-1.1.0
  License: MIT OR Apache-2.0
  Repository: https://github.com/toml-rs/toml

toml_parser 1.1.2+spec-1.1.0
  License: MIT OR Apache-2.0
  Repository: https://github.com/toml-rs/toml

toml_writer 1.1.1+spec-1.1.0
  License: MIT OR Apache-2.0
  Repository: https://github.com/toml-rs/toml

unicode-ident 1.0.24
  License: (MIT OR Apache-2.0) AND Unicode-3.0
  Authors: David Tolnay <dtolnay@gmail.com>
  Repository: https://github.com/dtolnay/unicode-ident

unsafe-libyaml 0.2.11
  License: MIT
  Authors: David Tolnay <dtolnay@gmail.com>
  Repository: https://github.com/dtolnay/unsafe-libyaml

winnow 1.0.3
  License: MIT
  Repository: https://github.com/winnow-rs/winnow

zmij 1.0.21
  License: MIT
  Authors: David Tolnay <dtolnay@gmail.com>
  Repository: https://github.com/dtolnay/zmij
