Cargo.lock 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "cfg-if"
  6. version = "1.0.0"
  7. source = "registry+https://github.com/rust-lang/crates.io-index"
  8. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  9. [[package]]
  10. name = "fastrand"
  11. version = "1.8.0"
  12. source = "registry+https://github.com/rust-lang/crates.io-index"
  13. checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
  14. dependencies = [
  15. "instant",
  16. ]
  17. [[package]]
  18. name = "instant"
  19. version = "0.1.12"
  20. source = "registry+https://github.com/rust-lang/crates.io-index"
  21. checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
  22. dependencies = [
  23. "cfg-if",
  24. ]
  25. [[package]]
  26. name = "license-gen"
  27. version = "0.1.0"
  28. dependencies = [
  29. "random-string",
  30. ]
  31. [[package]]
  32. name = "random-string"
  33. version = "1.0.0"
  34. source = "registry+https://github.com/rust-lang/crates.io-index"
  35. checksum = "cf4e63111ec5292d8af9c220f06fe3bb87991cc78b6f1f7e291d1ae6b8a60817"
  36. dependencies = [
  37. "fastrand",
  38. ]