libcamelliaoss 1.0.0

This crate defines the public interface of `CamelliaOSS` for related tools
Documentation
[package]
edition = "2018"
name = "libcamelliaoss"
version = "1.0.0"
authors = ["The CamelliaOSS Developers","support@cins.com.cn"]
description = "This crate defines the public interface of `CamelliaOSS` for related tools"
homepage = "https://product.cins.com.cn/camellia/libcamelliaoss"
repository = "https://git.cins.com.cn/camellia/libcamelliaoss"
readme = "README.md"
#license = "Cins Public License Version 1.0"
#Cins Public License Version 1.0
license-file= "LICENSE"

[badges]
travis-ci = {repository = "camellia/libcamelliaoss"}

[dependencies]
bytecodec = { version = "0.4", features = ["bincode_codec"] }
fibers = "0.1"
fibers_rpc = "0.3"
futures = "0.1.31"
libc = "0.2"
serde = "1"
serde_derive = "1"
trackable = { version = "1.2.0", features = ["serialize"] }