Cargo.lock 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "UbongoTrigoSolver"
  6. version = "0.1.0"
  7. dependencies = [
  8. "console",
  9. ]
  10. [[package]]
  11. name = "console"
  12. version = "0.15.2"
  13. source = "registry+https://github.com/rust-lang/crates.io-index"
  14. checksum = "c050367d967ced717c04b65d8c619d863ef9292ce0c5760028655a2fb298718c"
  15. dependencies = [
  16. "encode_unicode",
  17. "lazy_static",
  18. "libc",
  19. "terminal_size",
  20. "unicode-width",
  21. "winapi",
  22. ]
  23. [[package]]
  24. name = "encode_unicode"
  25. version = "0.3.6"
  26. source = "registry+https://github.com/rust-lang/crates.io-index"
  27. checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
  28. [[package]]
  29. name = "lazy_static"
  30. version = "1.4.0"
  31. source = "registry+https://github.com/rust-lang/crates.io-index"
  32. checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  33. [[package]]
  34. name = "libc"
  35. version = "0.2.137"
  36. source = "registry+https://github.com/rust-lang/crates.io-index"
  37. checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
  38. [[package]]
  39. name = "terminal_size"
  40. version = "0.1.17"
  41. source = "registry+https://github.com/rust-lang/crates.io-index"
  42. checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
  43. dependencies = [
  44. "libc",
  45. "winapi",
  46. ]
  47. [[package]]
  48. name = "unicode-width"
  49. version = "0.1.10"
  50. source = "registry+https://github.com/rust-lang/crates.io-index"
  51. checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
  52. [[package]]
  53. name = "winapi"
  54. version = "0.3.9"
  55. source = "registry+https://github.com/rust-lang/crates.io-index"
  56. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  57. dependencies = [
  58. "winapi-i686-pc-windows-gnu",
  59. "winapi-x86_64-pc-windows-gnu",
  60. ]
  61. [[package]]
  62. name = "winapi-i686-pc-windows-gnu"
  63. version = "0.4.0"
  64. source = "registry+https://github.com/rust-lang/crates.io-index"
  65. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  66. [[package]]
  67. name = "winapi-x86_64-pc-windows-gnu"
  68. version = "0.4.0"
  69. source = "registry+https://github.com/rust-lang/crates.io-index"
  70. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"