20 lines
		
	
	
		
			590 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			590 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "mraa-sys"
 | 
						|
description = "Generated bindings for Intel's mraa library for low speed device I/O"
 | 
						|
authors = ["Alex Mikhalev <alexmikhalevalex@gmail.com>"]
 | 
						|
license = "MIT"
 | 
						|
repository = "https://git.amikhalev.com/amikhalev/mraa-rs"
 | 
						|
homepage = "https://git.amikhalev.com/amikhalev/mraa-rs"
 | 
						|
documentation = "https://amikhalev.com/docs/mraa_rs/0.1.0/mraa_sys/"
 | 
						|
version = "0.1.0"
 | 
						|
 | 
						|
edition = "2018"
 | 
						|
links = "mraa"
 | 
						|
build = "build.rs"
 | 
						|
 | 
						|
[build-dependencies]
 | 
						|
bindgen = { version = "0.52", default-features = false, features = ["logging", "runtime"] }
 | 
						|
pkg-config = "0.3"
 | 
						|
 | 
						|
[dependencies]
 |