Skip to content

Commit 1bcfeef

Browse files
committed
Added license and readme
1 parent 8aac23f commit 1bcfeef

File tree

3 files changed

+45
-2
lines changed

3 files changed

+45
-2
lines changed

Cargo.toml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,19 @@
22
name = "sixel-sys"
33
version = "0.1.0"
44
authors = ["AdnoC <[email protected]>"]
5-
links="sixel"
6-
build="build.rs"
5+
6+
description = "FFI bindings to libsixel"
7+
keywords = ["sixel", "libsixel", "image"]
8+
9+
license = "MIT"
10+
readme = "README.md"
11+
12+
homepage = "https://github.com/AdnoC/sixel-sys"
13+
repository = "https://github.com/AdnoC/sixel-sys"
14+
15+
links = "sixel"
16+
17+
build = "build.rs"
718

819
[dependencies]
920
# Optional libsixel dependencies

LICENSE

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Copyright (c) 2017 Adam Cutler
2+
3+
Permission is hereby granted, free of charge, to any
4+
person obtaining a copy of this software and associated
5+
documentation files (the "Software"), to deal in the
6+
Software without restriction, including without
7+
limitation the rights to use, copy, modify, merge,
8+
publish, distribute, sublicense, and/or sell copies of
9+
the Software, and to permit persons to whom the Software
10+
is furnished to do so, subject to the following
11+
conditions:
12+
13+
The above copyright notice and this permission notice
14+
shall be included in all copies or substantial portions
15+
of the Software.
16+
17+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
18+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
19+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
20+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
21+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
22+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
23+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
24+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
25+
DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# sixel-sys: Rust FFI bindings for [libsixel](https://github.com/saitoha/libsixel)
2+
3+
[![Crates.io](https://img.shields.io/crates/v/sixel-sys.svg?maxAge=2592000)](https://crates.io/crates/sixel-sys)
4+
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE-MIT)
5+
6+
The `sixel-sys` crate provides delcarations and linkage for the `libsixel` C library.
7+
This crate does not provide higher-level abstractions over the `libsixel` library.

0 commit comments

Comments
 (0)