LICENSE-THIRD-PARTY.yml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. root_name: python-bidi
  2. third_party_libraries:
  3. - package_name: cfg-if
  4. package_version: 1.0.0
  5. repository: https://github.com/alexcrichton/cfg-if
  6. license: MIT/Apache-2.0
  7. - package_name: heck
  8. package_version: 0.5.0
  9. repository: https://github.com/withoutboats/heck
  10. license: MIT OR Apache-2.0
  11. - package_name: indoc
  12. package_version: 2.0.5
  13. repository: https://github.com/dtolnay/indoc
  14. license: MIT OR Apache-2.0
  15. - package_name: libc
  16. package_version: 0.2.155
  17. repository: https://github.com/rust-lang/libc
  18. license: MIT OR Apache-2.0
  19. - package_name: memoffset
  20. package_version: 0.9.1
  21. repository: https://github.com/Gilnaa/memoffset
  22. license: MIT
  23. - package_name: once_cell
  24. package_version: 1.19.0
  25. repository: https://github.com/matklad/once_cell
  26. license: MIT OR Apache-2.0
  27. - package_name: portable-atomic
  28. package_version: 1.6.0
  29. repository: https://github.com/taiki-e/portable-atomic
  30. license: Apache-2.0 OR MIT
  31. - package_name: proc-macro2
  32. package_version: 1.0.86
  33. repository: https://github.com/dtolnay/proc-macro2
  34. license: MIT OR Apache-2.0
  35. - package_name: pyo3
  36. package_version: 0.22.1
  37. repository: https://github.com/pyo3/pyo3
  38. license: MIT OR Apache-2.0
  39. - package_name: pyo3-build-config
  40. package_version: 0.22.1
  41. repository: https://github.com/pyo3/pyo3
  42. license: MIT OR Apache-2.0
  43. - package_name: pyo3-ffi
  44. package_version: 0.22.1
  45. repository: https://github.com/pyo3/pyo3
  46. license: MIT OR Apache-2.0
  47. - package_name: pyo3-macros
  48. package_version: 0.22.1
  49. repository: https://github.com/pyo3/pyo3
  50. license: MIT OR Apache-2.0
  51. - package_name: pyo3-macros-backend
  52. package_version: 0.22.1
  53. repository: https://github.com/pyo3/pyo3
  54. license: MIT OR Apache-2.0
  55. - package_name: quote
  56. package_version: 1.0.36
  57. repository: https://github.com/dtolnay/quote
  58. license: MIT OR Apache-2.0
  59. - package_name: syn
  60. package_version: 2.0.70
  61. repository: https://github.com/dtolnay/syn
  62. license: MIT OR Apache-2.0
  63. - package_name: target-lexicon
  64. package_version: 0.12.15
  65. repository: https://github.com/bytecodealliance/target-lexicon
  66. license: Apache-2.0 WITH LLVM-exception
  67. - package_name: unicode-bidi
  68. package_version: 0.3.15
  69. repository: https://github.com/servo/unicode-bidi
  70. license: MIT OR Apache-2.0
  71. - package_name: unicode-ident
  72. package_version: 1.0.12
  73. repository: https://github.com/dtolnay/unicode-ident
  74. license: (MIT OR Apache-2.0) AND Unicode-DFS-2016
  75. - package_name: unindent
  76. package_version: 0.2.3
  77. repository: https://github.com/dtolnay/indoc
  78. license: MIT OR Apache-2.0