You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
813B

  1. [package]
  2. name = "tantivy-cli"
  3. version = "0.1.1"
  4. authors = ["Paul Masurel <paul.masurel@gmail.com>"]
  5. description = """Command line interface for Tantivy, a search engine library."""
  6. documentation = "https://github.com/fulmicoton/tantivy"
  7. homepage = "https://github.com/fulmicoton/tantivy"
  8. repository = "https://github.com/fulmicoton/tantivy"
  9. readme = "README.md"
  10. keywords = ["search", "information", "retrieval"]
  11. license = "MIT"
  12. [dependencies]
  13. #tantivy = { path = "../tantivy" }
  14. tantivy = "0.1.1"
  15. time = "0.1.34"
  16. iron = "0.4"
  17. staticfile = "0.3.0"
  18. rustc-serialize = "0.3.16"
  19. persistent="0.2.0"
  20. clap = "2"
  21. ansi_term = "0.8.0"
  22. urlencoded = "0.4"
  23. mount = "0.2.1"
  24. # [dependencies.clap]
  25. #version = "2"
  26. #default-features = false
  27. #features = [ "suggestions", "color" ]
  28. [[bin]]
  29. name = "tantivy"
  30. path = "src/main.rs"