Skip to content

Commit

Permalink
Add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Jun 3, 2018
1 parent 7e62e09 commit e000dab
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
[package]
name = "content_inspector"
description = "Fast inspection of binary buffers to guess/determine the encoding"
categories = ["encoding"]
homepage = "https://github.com/sharkdp/content_inspector"
repository = "https://github.com/sharkdp/content_inspector"
keywords = [
"unicode",
"encoding",
"binary",
"text",
"library",
]
license = "MIT/Apache-2.0"
version = "0.1.0"
readme = "README.md"
authors = ["David Peter <[email protected]>"]

[dependencies]
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# content_inspector

A simple Rust crate for fast inspection of binary buffers to guess/determine the encoding.

0 comments on commit e000dab

Please sign in to comment.