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.

36 lines
793B

  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. [dependencies]
  12. #tantivy = { path = "../tantivy" }
  13. tantivy = "0.1.1"
  14. time = "0.1.34"
  15. iron = "0.4"
  16. staticfile = "0.3.0"
  17. rustc-serialize = "0.3.16"
  18. persistent="*"
  19. clap = "2"
  20. ansi_term = "0.8.0"
  21. urlencoded = "0.4"
  22. mount = "0.2.1"
  23. # [dependencies.clap]
  24. #version = "2"
  25. #default-features = false
  26. #features = [ "suggestions", "color" ]
  27. [[bin]]
  28. name = "tantivy"
  29. path = "src/main.rs"