Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Update CV of Androsens 2 to 1.92 (12) | Categories:System
License:GPLv3
Web Site:https://code.google.com/p/androsens2
Source Code:https://code.google.com/p/androsens2/source/browse
Issue Tracker:https://code.google.com/p/androsens2/issues/list
Bitcoin:1Dj4Xkz5KtsarmioEKuuZCBVjahr14dih4
Auto Name:Androsens 2
Summary:Monitor sensor data
Description:
If you are feed up with all the apps that ask for strange permissions
you just found all you need. It will display all available sensors and
let you choose which one to watch. Every sensor can be inspected,
acceleration, gyroscop, light, barometer, humidity... everything!
.
Repo Type:git
Repo:https://code.google.com/p/androsens2/
Build:1.91,11
disable=needs http://code.google.com/p/achartengine/ to be build first
Maintainer Notes:
If this is ever built, fix the nonsensical description before publishing.
.
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.91
Current Version Code:11
| Categories:System
License:GPLv3
Web Site:https://code.google.com/p/androsens2
Source Code:https://code.google.com/p/androsens2/source/browse
Issue Tracker:https://code.google.com/p/androsens2/issues/list
Bitcoin:1Dj4Xkz5KtsarmioEKuuZCBVjahr14dih4
Auto Name:Androsens 2
Summary:Monitor sensor data
Description:
If you are feed up with all the apps that ask for strange permissions
you just found all you need. It will display all available sensors and
let you choose which one to watch. Every sensor can be inspected,
acceleration, gyroscop, light, barometer, humidity... everything!
.
Repo Type:git
Repo:https://code.google.com/p/androsens2/
Build:1.91,11
disable=needs http://code.google.com/p/achartengine/ to be build first
Maintainer Notes:
If this is ever built, fix the nonsensical description before publishing.
.
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.92
Current Version Code:12
|
Hide all symbols by default. | project(falloc)
cmake_minimum_required(VERSION 2.8)
include_directories(.)
if (NOT Boost_system_FOUND)
find_package(Boost COMPONENTS system REQUIRED)
include_directories(${Boost_INCLUDE_DIRS})
link_directories(${Boost_LIBRARY_DIRS})
endif()
add_definitions(-DFALLOC_EXPORTS)
add_library(${PROJECT_NAME}
falloc/cache.hpp
falloc/impexp.hpp
src/cache.cpp
)
target_link_libraries(${PROJECT_NAME} ${Boost_LIBRARIES})
target_link_libraries(${PROJECT_NAME} ${CMAKE_THREAD_LIBS_INIT})
set_property(TARGET ${PROJECT_NAME} PROPERTY CXX_EXTENSIONS OFF)
set_property(TARGET ${PROJECT_NAME} PROPERTY CXX_STANDARD 14)
set_property(TARGET ${PROJECT_NAME} PROPERTY CXX_STANDARD_REQUIRED ON)
add_custom_command(TARGET ${PROJECT_NAME} POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_FILE:falloc> ${PROJECT_SOURCE_DIR}/bin/${CMAKE_BUILD_TYPE}/$<TARGET_FILE_NAME:falloc>
VERBATIM
)
| project(falloc)
cmake_minimum_required(VERSION 2.8)
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
include_directories(.)
if (NOT Boost_system_FOUND)
find_package(Boost COMPONENTS system REQUIRED)
include_directories(${Boost_INCLUDE_DIRS})
link_directories(${Boost_LIBRARY_DIRS})
endif()
add_definitions(-DFALLOC_EXPORTS)
add_library(${PROJECT_NAME}
falloc/cache.hpp
falloc/impexp.hpp
src/cache.cpp
)
target_link_libraries(${PROJECT_NAME} ${Boost_LIBRARIES})
target_link_libraries(${PROJECT_NAME} ${CMAKE_THREAD_LIBS_INIT})
set_property(TARGET ${PROJECT_NAME} PROPERTY CXX_EXTENSIONS OFF)
set_property(TARGET ${PROJECT_NAME} PROPERTY CXX_STANDARD 14)
set_property(TARGET ${PROJECT_NAME} PROPERTY CXX_STANDARD_REQUIRED ON)
add_custom_command(TARGET ${PROJECT_NAME} POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_FILE:falloc> ${PROJECT_SOURCE_DIR}/bin/${CMAKE_BUILD_TYPE}/$<TARGET_FILE_NAME:falloc>
VERBATIM
)
|
Update codecov from 2.1.10 to 2.1.11 | # install all base requirements
-r requirements.txt
python_http_client==3.3.1
invoke==1.5.0
twine==3.3.0
# Tests
pytest==6.2.1
pytest-cov==2.10.1
codecov==2.1.10
python-coveralls==2.9.3
coveralls==2.2.0
mock==4.0.2
# Version update
PyGithub==1.54
bumpversion==0.6.0
| # install all base requirements
-r requirements.txt
python_http_client==3.3.1
invoke==1.5.0
twine==3.3.0
# Tests
pytest==6.2.1
pytest-cov==2.10.1
codecov==2.1.11
python-coveralls==2.9.3
coveralls==2.2.0
mock==4.0.2
# Version update
PyGithub==1.54
bumpversion==0.6.0
|
Update pyroma from 2.5 to 2.6 | autoflake==1.3.1
check-manifest==0.40
codecov==2.0.15 # Upload coverage data
doc8==0.8.0
dodgy==0.1.9 # Look for uploaded secrets
dulwich==0.19.13
flake8-commas==2.0.0 # Require silicon valley commas
flake8-quotes==2.1.0 # Require single quotes
flake8==3.7.8 # Lint
freezegun==0.3.12
isort==4.3.21 # Lint imports
mypy==0.740 # Type checking
pip_check_reqs==2.0.3
pydocstyle==4.0.1 # Lint docstrings
pyenchant==2.0.0 # Bindings for a spellchecking sytem
pygithub==1.44
Pygments==2.4.2
pylint==2.4.3 # Lint
pyroma==2.5 # Packaging best practices checker
pytest-cov==2.8.1 # Measure code coverage
pytest==5.2.1 # Test runners
PyYAML==5.1.2
Sphinx==2.2.0
sphinx-autodoc-typehints==1.9.0
sphinxcontrib-spelling==4.3.0
twine==2.0.0
versioneer==0.18
vulture==1.1
VWS-Python-Mock==2019.9.28.0
yapf==0.28.0 # Automatic formatting for Python
| autoflake==1.3.1
check-manifest==0.40
codecov==2.0.15 # Upload coverage data
doc8==0.8.0
dodgy==0.1.9 # Look for uploaded secrets
dulwich==0.19.13
flake8-commas==2.0.0 # Require silicon valley commas
flake8-quotes==2.1.0 # Require single quotes
flake8==3.7.8 # Lint
freezegun==0.3.12
isort==4.3.21 # Lint imports
mypy==0.740 # Type checking
pip_check_reqs==2.0.3
pydocstyle==4.0.1 # Lint docstrings
pyenchant==2.0.0 # Bindings for a spellchecking sytem
pygithub==1.44
Pygments==2.4.2
pylint==2.4.3 # Lint
pyroma==2.6 # Packaging best practices checker
pytest-cov==2.8.1 # Measure code coverage
pytest==5.2.1 # Test runners
PyYAML==5.1.2
Sphinx==2.2.0
sphinx-autodoc-typehints==1.9.0
sphinxcontrib-spelling==4.3.0
twine==2.0.0
versioneer==0.18
vulture==1.1
VWS-Python-Mock==2019.9.28.0
yapf==0.28.0 # Automatic formatting for Python
|
Document the O3D binary formats. | These are the formats for the various O3D objects that can be stored in binary.
NOTE:
All int16, uint16, int32, uint32 and floats are stored in LITTLE ENDIAN format.
------------------------ Buffer ------------------------------------------------
A Buffer (VertexBuffer, SourceBuffer, IndexBuffer) are all stored as follows.
// Header
uint8[4] id : A 4 byte ID with the ascii characters "BUFF"
int32 version : A version number. Must be 1
int32 numFields : The number of fields in the buffer.
// For each field
uint8 fieldType : Type of field. 1 = FloatField, 2 = UInt32Field, 3 = UByteNField.
uint8 numComponents : The number of components for that field.
// End for
// stored once.
uint32 numElements : The number of elements in the buffer.
// For each field. Depending on the type of field
// If FloatField
float[numElements * numComponents]
// If UInt32Field
uint32[numElements * numComponents]
// If UByteNField
uint8[numElements * numComponents]
// End for
------------------------ Curve -------------------------------------------------
A Curve is stored as follows.
// Header
uint8[4] id : A 4 byte ID with the ascii characters "CURV"
int32 version : A version number. Must be 1
// For each key in the Curve
uint8 keyType : The type of key. 1 = StepCurveKey, 2 = LinearCurveKey, 3 = BezierCurveKey
float input : The input of the key
float output : The output of the key
// If it is a BezierCurveKey
float inTangentX : the x component of the in tangent.
float inTangentY : the y component of the in tangent.
float outTangentX : the x component of the out tangent.
float outTangentY : the y component of the out tangent.
// End for
------------------------ Skin --------------------------------------------------
A Skin is stored as follows.
// Header
uint8[4] id : A 4 byte ID with the ascii characters "SKIN"
int32 version : A version number. Must be 1
// For each vertex in the skin
int32 numInfluences : The number of influences on this vertex.
// For each influence
int32 matrixIndex : the Index of a matrix that affects this vertex.
float weight : The weight for this matrix.
// End for each influence
// End for each vertex
| |
Update flake8-quotes from 2.1.0 to 2.1.1 | autoflake==1.3.1
check-manifest==0.40
codecov==2.0.15 # Upload coverage data
doc8==0.8.0
dodgy==0.1.9 # Look for uploaded secrets
dulwich==0.19.13
flake8-commas==2.0.0 # Require silicon valley commas
flake8-quotes==2.1.0 # Require single quotes
flake8==3.7.8 # Lint
freezegun==0.3.12
isort==4.3.21 # Lint imports
mypy==0.740 # Type checking
pip_check_reqs==2.0.3
pydocstyle==4.0.1 # Lint docstrings
pyenchant==2.0.0 # Bindings for a spellchecking sytem
pygithub==1.44
Pygments==2.4.2
pylint==2.4.3 # Lint
pyroma==2.5 # Packaging best practices checker
pytest-cov==2.8.1 # Measure code coverage
pytest==5.2.1 # Test runners
PyYAML==5.1.2
Sphinx==2.2.0
sphinx-autodoc-typehints==1.9.0
sphinxcontrib-spelling==4.3.0
twine==2.0.0
versioneer==0.18
vulture==1.1
VWS-Python-Mock==2019.9.28.0
yapf==0.28.0 # Automatic formatting for Python
| autoflake==1.3.1
check-manifest==0.40
codecov==2.0.15 # Upload coverage data
doc8==0.8.0
dodgy==0.1.9 # Look for uploaded secrets
dulwich==0.19.13
flake8-commas==2.0.0 # Require silicon valley commas
flake8-quotes==2.1.1 # Require single quotes
flake8==3.7.8 # Lint
freezegun==0.3.12
isort==4.3.21 # Lint imports
mypy==0.740 # Type checking
pip_check_reqs==2.0.3
pydocstyle==4.0.1 # Lint docstrings
pyenchant==2.0.0 # Bindings for a spellchecking sytem
pygithub==1.44
Pygments==2.4.2
pylint==2.4.3 # Lint
pyroma==2.5 # Packaging best practices checker
pytest-cov==2.8.1 # Measure code coverage
pytest==5.2.1 # Test runners
PyYAML==5.1.2
Sphinx==2.2.0
sphinx-autodoc-typehints==1.9.0
sphinxcontrib-spelling==4.3.0
twine==2.0.0
versioneer==0.18
vulture==1.1
VWS-Python-Mock==2019.9.28.0
yapf==0.28.0 # Automatic formatting for Python
|
Add link to github in REDAME | Annotation based model factory for Java.
https://github.com/mguymon/model-citizen
Models are mapped by blueprints using annotated fields. Blueprints are registered
with the ModelFactory. Blueprints contain default values and references to other
blueprinted models. The ModelFactory can then create models based on the blueprints.
"Wiki":https://github.com/mguymon/model-citizen/wiki of examples.
Inspired by "FactoryGirl":https://github.com/thoughtbot/factory_girl .
| Annotation based model factory for Java.
"https://github.com/mguymon/model-citizen":https://github.com/mguymon/model-citizen
Models are mapped by blueprints using annotated fields. Blueprints are registered
with the ModelFactory. Blueprints contain default values and references to other
blueprinted models. The ModelFactory can then create models based on the blueprints.
"Wiki":https://github.com/mguymon/model-citizen/wiki of examples.
Inspired by "FactoryGirl":https://github.com/thoughtbot/factory_girl .
|
Fix textile format for github. | h1. Guard Compass Plug-in
Let you configure a Guard that will run compass whenever a stylesheet is updated.
h2. Quick Start
$ (sudo) gem install compass
$ compass -f blueprint my_compass_project
$ cd my_compass_project
$ bundle init
Then, edit the Gemfile for it to looks like:
source "http://rubygems.org"
gem 'guard-compass'
$ bundle install
$ guard init
$ guard init compass
$ guard
Your scss(or sass) stylesheets are now guarded.
| h1. Guard Compass Plug-in
Let you configure a Guard that will run compass whenever a stylesheet is updated.
h2. Quick Start
bc. $ (sudo) gem install compass
$ compass -f blueprint my_compass_project
$ cd my_compass_project
$ bundle init
Then, edit the Gemfile for it to looks like:
bc. source "http://rubygems.org"
gem 'guard-compass'
You can now download missing gems and initialize the guard
bc. $ bundle install
$ guard init
$ guard init compass
$ guard
Your scss(or sass) stylesheets are now guarded.
|
Add basic info about workspace/php structure | ---
layout: default
title: Dokumentacja - Workspace > php > Zarządzanie i organizacja
---
## Witam serdecznie to jest markdown i jego struktura plików.
| ---
layout: default
title: Dokumentacja - Workspace > php > Zarządzanie i organizacja
published: true
---
h1. Ogólne informacje
Obecnie katalog php jest to kontenerem na wszelkie rzeczy związane językiem programowania PHP.
Powinien zawierać wszelkie biblioteki które wykorzystywane są przez system i do których chcemy mieć globalnie dostęp
doskonałym przykładem tutaj może być PHPUnit, CopyPasteDetector, MessDetector, Mockery i wiele wiele innych.
h1. Struktura katalogów
* libs
** {Biblioteka}
* sites
** {NazwaFirmy}
*** {StronaDlaFirmy}
{Biblioteka} - Nazwa zainstalowanej biblioteki/rozszrzenia opartego na języku PHP np. [phpunit, messdetector, itp]
{NazwaFirmy} - Aby nie pogubić się w tym co i dla kogo towrzę każda firma ma swoje miejsce na projekty np. [GalileoPrime, itp]
h3. libs
Katalog lib powinien zawierać
h4. Obecnie katalog lib składa się z:
* codesniffer
* messdetector
* phpdoc
* phpunit
h3. sites
Strony w swojej strukurze posiadają dodatkowy podział na firmę z jaką podjęta została współpraca.
h4. Wygląd i widok katalogu frimowego {NazwaFirmy}
|
Remove 'early experimental' status from readme. No major known issues, having used the plugin in few projects for some time. | A "simple-build-tool":http://code.google.com/p/simple-build-tool/ plugin to create "IntelliJ IDEA":http://www.jetbrains.com/idea/free_java_ide.html project files for sbt project
h2. Status
Early experimental version, not tested much and guaranteed to contain bugs and lots of room for improvement. You may or may not find it useful :)
h2. Requirements
Requires sbt version 0.7.x (not compatible with 0.5.x series).
h2. Usage
Check out sbt's "plugin documentation":http://code.google.com/p/simple-build-tool/wiki/SbtPlugins.
1. In your project/plugins/Plugins.scala:
<pre>
import sbt._
class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
val repo = "GH-pages repo" at "http://mpeltonen.github.com/maven/"
val idea = "com.github.mpeltonen" % "sbt-idea-plugin" % "0.1-SNAPSHOT"
}
</pre>
2. In your project definition file:
<pre>
import sbt._
class MyProject(info: ProjectInfo) extends ParentProject(info) with IdeaPlugin {
lazy val subProject = project("subproject", "subproject", new DefaultProject(_) with IdeaPlugin)
// ...
}
</pre>
i.e. plugin trait must be mixed into both parent project and subprojects if you have multimodule build.
3. Run
<pre>
sbt idea
</pre>
4. Import created <project.name>.ipr file into idea
| A "simple-build-tool":http://code.google.com/p/simple-build-tool/ plugin to create "IntelliJ IDEA":http://www.jetbrains.com/idea/free_java_ide.html project files for sbt project
h2. Requirements
Requires sbt version 0.7.x (not compatible with 0.5.x series).
h2. Usage
Check out sbt's "plugin documentation":http://code.google.com/p/simple-build-tool/wiki/SbtPlugins.
1. In your project/plugins/Plugins.scala:
<pre>
import sbt._
class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
val repo = "GH-pages repo" at "http://mpeltonen.github.com/maven/"
val idea = "com.github.mpeltonen" % "sbt-idea-plugin" % "0.1-SNAPSHOT"
}
</pre>
2. In your project definition file:
<pre>
import sbt._
class MyProject(info: ProjectInfo) extends ParentProject(info) with IdeaPlugin {
lazy val subProject = project("subproject", "subproject", new DefaultProject(_) with IdeaPlugin)
// ...
}
</pre>
i.e. plugin trait must be mixed into both parent project and subprojects if you have multimodule build.
3. Run
<pre>
sbt idea
</pre>
4. Import created <project.name>.ipr file into idea
|
Update download apk for new release. | ---
layout: default
title: A simple instant message client for Android that uses Tor.
---
<img src="{{ site.baseurl }}/images/phone.png" />
h2. Anonymous friends<br />trusted face-to-face.
Create secure social networks using shared QR codes. Share them with whomever you trust, face-to-face.
<a id="downloadbutton" href="http://muteswan.org/releases/0.6-release-6.apk" title="Download App">Download App</a>
<a href="https://play.google.com/store/apps/details?id=org.muteswan.client&hl=e"><img src="{{ site.baseurl }}/images/get_it_on_play_logo_large.png" id="gplaybutton" alt="Available in Google Play" /></a>
| ---
layout: default
title: A simple instant message client for Android that uses Tor.
---
<img src="{{ site.baseurl }}/images/phone.png" />
h2. Anonymous friends<br />trusted face-to-face.
Create secure social networks using shared QR codes. Share them with whomever you trust, face-to-face.
<a id="downloadbutton" href="http://muteswan.org/releases/0.6.2-release-7.apk" title="Download App">Download App</a>
<a href="https://play.google.com/store/apps/details?id=org.muteswan.client&hl=e"><img src="{{ site.baseurl }}/images/get_it_on_play_logo_large.png" id="gplaybutton" alt="Available in Google Play" /></a>
|
Add a notice file listing all dependencies and their licenses | h2. List of 3rd party dependencies and their licenses
This project depends on the following 3rd party code:
| *Name* | *What it does* | *Version* | *Authors* | *URL* | *License* | *License URL* |
| validatable | Validation of | 1.6.7 | Jay Fields | http://validatable.rubyforge.org | Ruby License | http://www.ruby-lang.org/en/LICENSE.txt |
| - | inputs | - | - | - | - | - |
| - | - | - | - | - | - | - |
| |
Add javadoc in thrift definition | namespace java tachyon.thrift
include "common.thrift"
include "exception.thrift"
struct PartitionInfo {
1: binary keyStart
2: binary keyLimit
3: i64 blockId
}
/**
* This interface contains key-value master service endpoints for Tachyon clients.
*/
service KeyValueMasterClientService extends common.TachyonService {
/**
* Marks a partition complete and add it to the store.
*/
void completePartition( /** the path of the store */ 1: string path,
/** the path of the store */ 2: PartitionInfo info)
throws (1: exception.TachyonTException e)
/**
* Marks a store complete with its filesystem path.
*/
void completeStore( /** the path of the store */ 1: string path)
throws (1: exception.TachyonTException e)
/**
* Creates a new key-value store on master.
*/
void createStore( /** the path of the store */ 1: string path)
throws (1: exception.TachyonTException e)
/**
* Gets a list of partition information given a filesystem path.
*/
list<PartitionInfo> getPartitionInfo( /** the path of the store */ 1: string path)
throws (1: exception.TachyonTException e)
}
| namespace java tachyon.thrift
include "common.thrift"
include "exception.thrift"
/**
* Information of each key-value partition.
*/
struct PartitionInfo {
1: binary keyStart
2: binary keyLimit
3: i64 blockId
}
/**
* This interface contains key-value master service endpoints for Tachyon clients.
*/
service KeyValueMasterClientService extends common.TachyonService {
/**
* Marks a partition complete and adds it to the store.
*/
void completePartition( /** the path of the store */ 1: string path,
/** the path of the store */ 2: PartitionInfo info)
throws (1: exception.TachyonTException e)
/**
* Marks a store complete with its filesystem path.
*/
void completeStore( /** the path of the store */ 1: string path)
throws (1: exception.TachyonTException e)
/**
* Creates a new key-value store on master.
*/
void createStore( /** the path of the store */ 1: string path)
throws (1: exception.TachyonTException e)
/**
* Gets a list of partition information given a filesystem path.
*/
list<PartitionInfo> getPartitionInfo( /** the path of the store */ 1: string path)
throws (1: exception.TachyonTException e)
}
|
Cut dead fb303 dep from TEventServer test | include "common/fb303/if/fb303.thrift"
namespace cpp apache.thrift.test
service TEventServerTestService {
string sendResponse(1:i64 size)
void noop()
}
| namespace cpp apache.thrift.test
service TEventServerTestService {
string sendResponse(1:i64 size)
void noop()
}
|
Add HttpEndpointEvent to notify when a request is done | /*
kms-interface: Thrift interfaces for mediaserver
Copyright (C) 2013 Tikal Technologies
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3
as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
namespace java com.kurento.kms.api
namespace cpp kurento
namespace * Kurento
struct EndOfStreamEvent {
}
union PlayerEndPointEvent {
1: optional EndOfStreamEvent eos;
}
struct ZBarEvent {
1: string type;
2: string value;
}
| /*
kms-interface: Thrift interfaces for mediaserver
Copyright (C) 2013 Tikal Technologies
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3
as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
namespace java com.kurento.kms.api
namespace cpp kurento
namespace * Kurento
struct EndOfStreamEvent {
}
union PlayerEndPointEvent {
1: optional EndOfStreamEvent eos;
}
enum HttpEndPointRequestEvent {
GET_REQUEST_EVENT,
POST_REQUEST_EVENT
}
union HttpEndPointEvent {
1: optional HttpEndPointRequestEvent request;
}
struct ZBarEvent {
1: string type;
2: string value;
}
|
Create MainMixer in thrift interface | /*
* (C) Copyright 2014 Kurento (http://kurento.org/)
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesser General Public License
* (LGPL) version 2.1 which accompanies this distribution, and is available at
* http://www.gnu.org/licenses/lgpl-2.1.html
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
*/
namespace java com.kurento.kms.thrift.api
namespace cpp kurento
namespace * Kurento
const string TYPE_NAME = "MainMixer";
/* METHODS */
/**
* This method allows to set the main mixerEndPoint.
* void setMainEndPoint (KmsMediaObjectRef mixerEndPoint);
*/
const string SET_MAIN_END_POINT = "setMainEndPoint";
const string SET_MAIN_END_POINT_PARAM_MIXER = "mixerEndPoint";
const string SET_MAIN_END_POINT_PARAM_MIXER_TYPE = "KmsMediaObjectRef";
/**
* This method allows to unset the main mixerEndPoint.
* void unsetMainEndPoint ();
*/
const string UNSET_MAIN_END_POINT = "unsetMainEndPoint";
| |
Switch to a fork of xxhash that supports the newest Rust | [package]
name = "document"
version = "0.0.1"
authors = ["Jake Goulding <jake.goulding@gmail.com>"]
[dependencies.xxhash]
git = "https://github.com/Jurily/rust-xxhash"
| [package]
name = "document"
version = "0.0.1"
authors = ["Jake Goulding <jake.goulding@gmail.com>"]
[dependencies.xxhash]
git = "https://github.com/shepmaster/rust-xxhash"
rev = "ff16980e763cba5cb1b75b05604bc503ba3a41f1"
|
Update syn to the really latest version | [package]
name = "derive_more"
version = "0.7.2-pre"
description = "Adds #[derive(x)] macros for more traits"
authors = ["Jelte Fennema <github-tech@jeltef.nl>"]
license = "MIT"
repository = "https://github.com/JelteF/derive_more"
documentation = "https://jeltef.github.io/derive_more/derive_more/"
readme = "README.md"
keywords = ["derive", "Add", "From", "Constructor", "implementaion"]
categories = ["development-tools", "development-tools::procedural-macro-helpers"]
include = [
"src/**/*.rs",
"Cargo.toml",
"LICENSE",
"README.md",
"CHANGELOG.md",
]
[lib]
name = "derive_more"
proc-macro = true
[dependencies]
quote = "0.4.2"
syn = { version = "0.12.13", features = ['extra-traits'] }
[badges]
travis-ci = { repository = "JelteF/derive_more" }
appveyor = { repository = "JelteF/derive_more" }
| [package]
name = "derive_more"
version = "0.7.2-pre"
description = "Adds #[derive(x)] macros for more traits"
authors = ["Jelte Fennema <github-tech@jeltef.nl>"]
license = "MIT"
repository = "https://github.com/JelteF/derive_more"
documentation = "https://jeltef.github.io/derive_more/derive_more/"
readme = "README.md"
keywords = ["derive", "Add", "From", "Constructor", "implementaion"]
categories = ["development-tools", "development-tools::procedural-macro-helpers"]
include = [
"src/**/*.rs",
"Cargo.toml",
"LICENSE",
"README.md",
"CHANGELOG.md",
]
[lib]
name = "derive_more"
proc-macro = true
[dependencies]
quote = "0.4.2"
syn = { version = "0.12.14", features = ['extra-traits'] }
[badges]
travis-ci = { repository = "JelteF/derive_more" }
appveyor = { repository = "JelteF/derive_more" }
|
Bump fragile dependency from 1.0 to 2.0 | [package]
authors = ["Antoni Boucher <bouanto@zoho.com>"]
categories = ["asynchronous", "gui"]
description = "Asynchronous, GTK+-based, GUI library, inspired by Elm, written in Rust"
homepage = "https://relm.antoyo.xyz/"
documentation = "https://docs.rs/relm/"
license = "MIT"
name = "relm"
readme = "README.adoc"
repository = "https://github.com/antoyo/relm"
version = "0.23.0"
edition = "2018"
[dependencies]
cairo-rs = "0.16.1"
fragile = "1.0"
glib = "0.16.2"
glib-sys = "0.16.0"
gobject-sys = "0.16.0"
gtk = "0.16.1"
libc = "^0.2.54"
log = "^0.4.6"
[features]
hidpi = []
| [package]
authors = ["Antoni Boucher <bouanto@zoho.com>"]
categories = ["asynchronous", "gui"]
description = "Asynchronous, GTK+-based, GUI library, inspired by Elm, written in Rust"
homepage = "https://relm.antoyo.xyz/"
documentation = "https://docs.rs/relm/"
license = "MIT"
name = "relm"
readme = "README.adoc"
repository = "https://github.com/antoyo/relm"
version = "0.23.0"
edition = "2018"
[dependencies]
cairo-rs = "0.16.1"
fragile = "2.0"
glib = "0.16.2"
glib-sys = "0.16.0"
gobject-sys = "0.16.0"
gtk = "0.16.1"
libc = "^0.2.54"
log = "^0.4.6"
[features]
hidpi = []
|
Update env_logger requirement from 0.7 to 0.8 | [package]
name = "slabmalloc"
version = "0.9.0"
authors = ["Gerd Zellweger <mail@gerdzellweger.com>"]
description = "Simple slab based malloc implementation in rust. Can be used stand-alone or in order to provide the necessary interface to rusts liballoc library. slabmalloc only relies on libcore."
homepage = "https://github.com/gz/rust-slabmalloc"
repository = "https://github.com/gz/rust-slabmalloc"
documentation = "https://docs.rs/slabmalloc"
readme = "README.md"
license = "MIT"
edition = "2018"
keywords = ["os", "malloc", "slab", "alloc", "memory"]
[features]
unstable = []
default = [ "unstable" ]
[dependencies]
log = "0.4"
[target.'cfg(unix)'.dev-dependencies]
rand = "0.7"
env_logger = "0.7"
spin = "0.5.2"
| [package]
name = "slabmalloc"
version = "0.9.0"
authors = ["Gerd Zellweger <mail@gerdzellweger.com>"]
description = "Simple slab based malloc implementation in rust. Can be used stand-alone or in order to provide the necessary interface to rusts liballoc library. slabmalloc only relies on libcore."
homepage = "https://github.com/gz/rust-slabmalloc"
repository = "https://github.com/gz/rust-slabmalloc"
documentation = "https://docs.rs/slabmalloc"
readme = "README.md"
license = "MIT"
edition = "2018"
keywords = ["os", "malloc", "slab", "alloc", "memory"]
[features]
unstable = []
default = [ "unstable" ]
[dependencies]
log = "0.4"
[target.'cfg(unix)'.dev-dependencies]
rand = "0.7"
env_logger = "0.8"
spin = "0.5.2"
|
Update toml-query: 0.2.0 -> 0.3.0 | [package]
name = "libimagtodo"
version = "0.3.0"
authors = ["mario <mario-krehl@gmx.de>"]
description = "Library for the imag core distribution"
keywords = ["imag", "PIM", "personal", "information", "management"]
readme = "../README.md"
license = "LGPL-2.1"
documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html"
repository = "https://github.com/matthiasbeyer/imag"
homepage = "http://imag-pim.org"
[dependencies]
semver = "0.2"
task-hookrs = "0.2.2"
uuid = "0.3"
toml = "0.4.*"
toml-query = "0.2.*"
is-match = "0.1.*"
log = "0.3"
serde_json = "0.8"
[dependencies.libimagstore]
path = "../libimagstore"
[dependencies.libimagerror]
path = "../libimagerror"
[dependencies.libimagutil]
path = "../libimagutil"
| [package]
name = "libimagtodo"
version = "0.3.0"
authors = ["mario <mario-krehl@gmx.de>"]
description = "Library for the imag core distribution"
keywords = ["imag", "PIM", "personal", "information", "management"]
readme = "../README.md"
license = "LGPL-2.1"
documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html"
repository = "https://github.com/matthiasbeyer/imag"
homepage = "http://imag-pim.org"
[dependencies]
semver = "0.2"
task-hookrs = "0.2.2"
uuid = "0.3"
toml = "0.4.*"
toml-query = "0.3.*"
is-match = "0.1.*"
log = "0.3"
serde_json = "0.8"
[dependencies.libimagstore]
path = "../libimagstore"
[dependencies.libimagerror]
path = "../libimagerror"
[dependencies.libimagutil]
path = "../libimagutil"
|
Make release build more optimized | [package]
name = "crusty-chip-sfml"
version = "0.1.0"
authors = [ "radiantstatue@gmail.com" ]
edition = "2018"
[dependencies.crusty_chip]
path = "../"
[dependencies]
sfml = { git = "https://github.com/jeremyletang/rust-sfml.git" }
getopts = "0.2.21"
| [package]
name = "crusty-chip-sfml"
version = "0.1.0"
authors = [ "radiantstatue@gmail.com" ]
edition = "2018"
[dependencies.crusty_chip]
path = "../"
[dependencies]
sfml = { git = "https://github.com/jeremyletang/rust-sfml.git" }
getopts = "0.2.21"
[profile.release]
panic = "abort"
codegen-units = 1
|
Remove now unsupported Python versions | [tool.black]
line-length = 80
target-version = ['py34', 'py35', 'py36', 'py37', 'py38']
include = '\.pyi?$'
exclude = '''
(
/(
\.git
| \.tox
| env
| build
| dist
| bootstrap.py
)/
)
'''
| [tool.black]
line-length = 80
target-version = ['py36', 'py37', 'py38']
include = '\.pyi?$'
exclude = '''
(
/(
\.git
| \.tox
| env
| build
| dist
| bootstrap.py
)/
)
'''
|
Allow patch updates on dependencies | [package]
name = "rusty_jwt"
version = "2.5.1"
authors = ["René Richter <richterrettich@gmail.com>","Alex Maslakov <me@gildedhonour.com>, <gilded.honour@protonmail.com>"]
license = "Apache-2.0"
homepage = "https://github.com/Richterrettich/rusty_jwt"
repository = "https://github.com/Richterrettich/rusty_jwt"
documentation = "https://github.com/Richterrettich/rusty_jwt"
description = "Implementation of JSON JWT"
keywords = ["jwt", "json", "token", "encryption", "auth0-jwt"]
readme = "README.md"
[dependencies]
time = "0.1.37"
openssl = "~0.9.12"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
base64 = "0.6.0"
| [package]
name = "rusty_jwt"
version = "2.5.1"
authors = ["René Richter <richterrettich@gmail.com>","Alex Maslakov <me@gildedhonour.com>, <gilded.honour@protonmail.com>"]
license = "Apache-2.0"
homepage = "https://github.com/Richterrettich/rusty_jwt"
repository = "https://github.com/Richterrettich/rusty_jwt"
documentation = "https://github.com/Richterrettich/rusty_jwt"
description = "Implementation of JSON JWT"
keywords = ["jwt", "json", "token", "encryption", "auth0-jwt"]
readme = "README.md"
[dependencies]
time = "~0.1.37"
openssl = "~0.9.12"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
base64 = "0.6"
|
Update log: 0.3.* -> 0.3 | [package]
name = "libimagentrylist"
version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
clap = "2.1.1"
log = "0.3.5"
toml = "0.1.25"
[dependencies.libimagstore]
path = "../libimagstore"
| [package]
name = "libimagentrylist"
version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
[dependencies]
clap = "2.1.1"
log = "0.3"
toml = "0.1.25"
[dependencies.libimagstore]
path = "../libimagstore"
|
Update to enable compatability with latest version of portray | [tool.portray]
docs_dir = "documentation"
[tool.portray.mkdocs.theme]
favicon = "artwork/koala.png"
logo = "artwork/koala.png"
name = "material"
palette = {primary = "blue grey", accent = "green"}
| [tool.portray]
docs_dir = "documentation"
extra_dirs = ["examples", "artwork"]
[tool.portray.mkdocs.theme]
favicon = "artwork/koala.png"
logo = "artwork/koala.png"
name = "material"
palette = {primary = "blue grey", accent = "green"}
|
Update quickcheck requirement from 0.8 to 0.9 | [package]
name = "rust-web-boilerplate"
version = "0.1.0"
authors = ["Sven-Hendrik Haase <svenstaro@gmail.com>"]
edition = "2018"
[lib]
name = "rust_web_boilerplate"
path = "src/lib.rs"
[dependencies]
uuid = { version = "0.7", features = ["serde", "v4"] }
chrono = { version = "0.4", features = ["serde"] }
argon2rs = "0.2"
rocket = "0.4"
diesel = { version = "1.4", features = ["postgres", "uuidv07", "chrono", "serde_json"] }
dotenv = "0.14"
serde = "1"
serde_json = "1"
serde_derive = "1"
validator = "0.9"
validator_derive = "0.9"
ring = "0.13"
rand = "0.7"
[dev-dependencies]
quickcheck = "0.8"
speculate = "0.1"
parking_lot = { version = "0.9", features = ["nightly"] }
[dependencies.rocket_contrib]
version = "0.4"
default-features = false
features = ["json", "diesel_postgres_pool"]
[features]
default = []
| [package]
name = "rust-web-boilerplate"
version = "0.1.0"
authors = ["Sven-Hendrik Haase <svenstaro@gmail.com>"]
edition = "2018"
[lib]
name = "rust_web_boilerplate"
path = "src/lib.rs"
[dependencies]
uuid = { version = "0.7", features = ["serde", "v4"] }
chrono = { version = "0.4", features = ["serde"] }
argon2rs = "0.2"
rocket = "0.4"
diesel = { version = "1.4", features = ["postgres", "uuidv07", "chrono", "serde_json"] }
dotenv = "0.14"
serde = "1"
serde_json = "1"
serde_derive = "1"
validator = "0.9"
validator_derive = "0.9"
ring = "0.13"
rand = "0.7"
[dev-dependencies]
quickcheck = "0.9"
speculate = "0.1"
parking_lot = { version = "0.9", features = ["nightly"] }
[dependencies.rocket_contrib]
version = "0.4"
default-features = false
features = ["json", "diesel_postgres_pool"]
[features]
default = []
|
Update cargo for 1.0.0 release :champagne: :fireworks: | [package]
name = "message_verifier"
version = "0.2.0"
description = "Rust Message Verifier library compatible with Rails' MessageVerifier and MessageEncryptor"
repository = "https://github.com/mikeycgto/message_verifier"
license = "MIT"
authors = ["Michael J Coyne <mikeycgto@gmail.com>"]
keywords = ["crypto", "security", "rails", "cookies", "sessions"]
[dependencies]
rustc-serialize = "^0.3"
rust-crypto = "^0.2"
rand = "0.3"
error-chain = "0.7.1"
| [package]
name = "message_verifier"
version = "1.0.0"
description = "Rust Message Verifier library compatible with Rails' MessageVerifier and MessageEncryptor"
repository = "https://github.com/mikeycgto/message_verifier"
license = "MIT"
authors = ["Michael J Coyne <mikeycgto@gmail.com>"]
keywords = ["crypto", "security", "rails", "cookies", "sessions"]
[dependencies]
rustc-serialize = "^0.3"
rust-crypto = "^0.2"
rand = "0.3"
error-chain = "0.7.1"
|
Update hyper to version 0.8 | [package]
name = "telegram-bot"
version = "0.4.1"
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>", "Fedor Gogolev <knsd@knsd.net>"]
description = "A library for creating Telegram bots."
documentation = "https://lukaskalbertodt.github.io/telegram-bot/telegram_bot/"
repository = "https://github.com/LukasKalbertodt/telegram-bot"
readme = "README.md"
keywords = ["telegram", "bot", "chat", "api"]
license = "MIT"
exclude = ["deploy.sh"]
[dependencies]
hyper = "0.7"
rustc-serialize = "0.3"
url = "0.5"
multipart = "0.3"
| [package]
name = "telegram-bot"
version = "0.4.1"
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>", "Fedor Gogolev <knsd@knsd.net>"]
description = "A library for creating Telegram bots."
documentation = "https://lukaskalbertodt.github.io/telegram-bot/telegram_bot/"
repository = "https://github.com/LukasKalbertodt/telegram-bot"
readme = "README.md"
keywords = ["telegram", "bot", "chat", "api"]
license = "MIT"
exclude = ["deploy.sh"]
[dependencies]
hyper = "0.8"
rustc-serialize = "0.3"
url = "0.5"
multipart = "0.3"
|
Use go 1.11 on Heroku | # Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true
[prune]
go-tests = true
unused-packages = true
[metadata.heroku]
root-package = "github.com/mat/besticon"
go-version = "go1.10.3"
install = [ "./..." ]
| # Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true
[prune]
go-tests = true
unused-packages = true
[metadata.heroku]
root-package = "github.com/mat/besticon"
go-version = "go1.11"
install = [ "./..." ]
|
Add no-std category to crates.io metadata | [package]
name = "itoa"
version = "1.0.2" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["value-formatting"]
description = "Fast integer primitive to string conversion"
documentation = "https://docs.rs/itoa"
edition = "2018"
exclude = ["performance.png", "chart/**"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/dtolnay/itoa"
rust-version = "1.36"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
| [package]
name = "itoa"
version = "1.0.2" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["value-formatting", "no-std"]
description = "Fast integer primitive to string conversion"
documentation = "https://docs.rs/itoa"
edition = "2018"
exclude = ["performance.png", "chart/**"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/dtolnay/itoa"
rust-version = "1.36"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
|
Remove wildcard dependency on rand | [package]
name = "rustfft"
version = "2.0.0"
authors = ["Allen Welkie <allen.welkie at gmail>"]
description = "A mixed-radix FFT library."
repository = "https://github.com/awelkie/RustFFT"
keywords = ["fft", "dft", "fourier", "signal"]
license = "MIT OR Apache-2.0"
[dependencies]
num-complex = "0.1.36"
num-traits = "0.1.37"
[dev-dependencies]
rand = "*"
| [package]
name = "rustfft"
version = "2.0.0"
authors = ["Allen Welkie <allen.welkie at gmail>"]
description = "A mixed-radix FFT library."
repository = "https://github.com/awelkie/RustFFT"
keywords = ["fft", "dft", "fourier", "signal"]
license = "MIT OR Apache-2.0"
[dependencies]
num-complex = "0.1.36"
num-traits = "0.1.37"
[dev-dependencies]
rand = "0.3.15"
|
Prepare for publication to crates.io | [package]
authors = ["Jorge Aparicio <japaricious@gmail.com>"]
name = "compiler_builtins"
version = "0.1.0"
[lib]
test = false
[build-dependencies]
cc = { optional = true, version = "1.0" }
[dev-dependencies]
panic-handler = { path = 'crates/panic-handler' }
[features]
default = ["compiler-builtins"]
# Enable compilation of C code in compiler-rt, filling in some more optimized
# implementations and also filling in unimplemented intrinsics
c = ["cc"]
# Flag this library as the unstable compiler-builtins lib
compiler-builtins = []
# Generate memory-related intrinsics like memcpy
mem = []
# Mangle all names so this can be linked in with other versions or other
# compiler-rt implementations. Also used for testing
mangled-names = []
# Don't generate lang items for i128 intrisnics and such
no-lang-items = []
[[example]]
name = "intrinsics"
required-features = ["c", "compiler-builtins"]
[workspace]
members = ["testcrate"]
| [package]
authors = ["Jorge Aparicio <japaricious@gmail.com>"]
name = "compiler_builtins"
version = "0.1.0"
[lib]
test = false
[dependencies]
# For more information on this dependency see rust-lang/rust's
# `src/tools/rustc-std-workspace` folder
core = { version = "1.0.0", optional = true, package = 'rustc-std-workspace-core' }
[build-dependencies]
cc = { optional = true, version = "1.0" }
[dev-dependencies]
panic-handler = { path = 'crates/panic-handler' }
[features]
default = ["compiler-builtins"]
# Enable compilation of C code in compiler-rt, filling in some more optimized
# implementations and also filling in unimplemented intrinsics
c = ["cc"]
# Flag this library as the unstable compiler-builtins lib
compiler-builtins = []
# Generate memory-related intrinsics like memcpy
mem = []
# Mangle all names so this can be linked in with other versions or other
# compiler-rt implementations. Also used for testing
mangled-names = []
# Don't generate lang items for i128 intrisnics and such
no-lang-items = []
# Only used in the compiler's build system
rustc-dep-of-std = ['c', 'compiler-builtins', 'core']
[[example]]
name = "intrinsics"
required-features = ["c", "compiler-builtins"]
[workspace]
members = ["testcrate"]
|
Work around target_has_atomic = "cas" failure | [package]
name = "syn-internal-codegen"
version = "0.0.0"
authors = ["David Tolnay <dtolnay@gmail.com>", "Nika Layzell <nika@thelayzells.com>"]
edition = "2018"
publish = false # this is an internal crate which should never be published
[dependencies]
color-backtrace = "0.2"
failure = "0.1"
indexmap = { version = "1.0", features = ["serde-1"] }
inflections = "1.1"
proc-macro2 = "1.0"
quote = "1.0"
rustfmt = { package = "rustfmt-nightly", git = "https://github.com/rust-lang-nursery/rustfmt" }
semver = { version = "0.9", features = ["serde"] }
serde = { version = "1.0.88", features = ["derive"] }
serde_json = "1.0.38"
syn-codegen = { path = "../json" }
syn = { path = "..", features = ["full", "extra-traits"] }
toml = "0.4.10"
[workspace]
# Prefer that `cargo clean` in syn's directory does not require a rebuild of
# rustfmt in the codegen directory.
| [package]
name = "syn-internal-codegen"
version = "0.0.0"
authors = ["David Tolnay <dtolnay@gmail.com>", "Nika Layzell <nika@thelayzells.com>"]
edition = "2018"
publish = false # this is an internal crate which should never be published
[dependencies]
color-backtrace = "0.2"
failure = "0.1"
indexmap = { version = "1.0", features = ["serde-1"] }
inflections = "1.1"
proc-macro2 = "1.0"
quote = "1.0"
rustfmt = { package = "rustfmt-nightly", git = "https://github.com/rust-lang-nursery/rustfmt" }
semver = { version = "0.9", features = ["serde"] }
serde = { version = "1.0.88", features = ["derive"] }
serde_json = "1.0.38"
syn-codegen = { path = "../json" }
syn = { path = "..", features = ["full", "extra-traits"] }
toml = "0.4.10"
[workspace]
# Prefer that `cargo clean` in syn's directory does not require a rebuild of
# rustfmt in the codegen directory.
[patch.crates-io]
# work around https://github.com/rust-lang/rust/issues/65424
crossbeam-utils = { git = "https://github.com/crossbeam-rs/crossbeam" }
|
Update rand requirement from 0.6 to 0.7 | [package]
name = "stdsimd_examples"
version = "0.0.0"
authors = [
"Alex Crichton <alex@alexcrichton.com>",
"Andrew Gallant <jamslam@gmail.com>",
"Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>",
]
description = "Examples of the stdsimd crate."
[dependencies]
core_arch = { path = "../crates/core_arch" }
std_detect = { path = "../crates/std_detect" }
quickcheck = "0.8"
rand = "0.6"
[target.'cfg(target_arch = "wasm32")'.dependencies]
rand = { version = "0.6", features = ["wasm-bindgen"] }
[[bin]]
name = "hex"
path = "hex.rs"
[[example]]
name = "wasm"
crate-type = ["cdylib"]
path = "wasm.rs"
| [package]
name = "stdsimd_examples"
version = "0.0.0"
authors = [
"Alex Crichton <alex@alexcrichton.com>",
"Andrew Gallant <jamslam@gmail.com>",
"Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>",
]
description = "Examples of the stdsimd crate."
[dependencies]
core_arch = { path = "../crates/core_arch" }
std_detect = { path = "../crates/std_detect" }
quickcheck = "0.8"
rand = "0.7"
[target.'cfg(target_arch = "wasm32")'.dependencies]
rand = { version = "0.6", features = ["wasm-bindgen"] }
[[bin]]
name = "hex"
path = "hex.rs"
[[example]]
name = "wasm"
crate-type = ["cdylib"]
path = "wasm.rs"
|
Update fuzz crate to 2018 edition | [package]
name = "crosvm-fuzz"
version = "0.0.1"
authors = ["The Chromium OS Authors"]
[dependencies]
devices = { path = "../devices" }
libc = "*"
kernel_loader = { path = "../kernel_loader" }
qcow = { path = "../qcow" }
sys_util = { path = "../sys_util" }
# Prevent this from interfering with workspaces
[workspace]
members = ["."]
[[bin]]
name = "crosvm_block_fuzzer"
path = "block_fuzzer.rs"
[[bin]]
name = "crosvm_qcow_fuzzer"
path = "qcow_fuzzer.rs"
[[bin]]
name = "crosvm_zimage_fuzzer"
path = "zimage_fuzzer.rs"
| [package]
name = "crosvm-fuzz"
version = "0.0.1"
authors = ["The Chromium OS Authors"]
edition = "2018"
[dependencies]
devices = { path = "../devices" }
libc = "*"
kernel_loader = { path = "../kernel_loader" }
qcow = { path = "../qcow" }
sys_util = { path = "../sys_util" }
# Prevent this from interfering with workspaces
[workspace]
members = ["."]
[[bin]]
name = "crosvm_block_fuzzer"
path = "block_fuzzer.rs"
[[bin]]
name = "crosvm_qcow_fuzzer"
path = "qcow_fuzzer.rs"
[[bin]]
name = "crosvm_zimage_fuzzer"
path = "zimage_fuzzer.rs"
|
Add http section to config | [auth]
server = "http://127.0.0.1:9000"
client_id = "client-id"
secret = "secret"
credentials_file = "/tmp/ats_credentials.toml"
vin = "V1234567890123456"
[ota]
server = "http://127.0.0.1:8080"
polling_interval = 10
packages_dir = "/tmp/"
package_manager = "dpkg"
[test]
looping = false
| [auth]
server = "http://127.0.0.1:9000"
client_id = "client-id"
secret = "secret"
credentials_file = "/tmp/ats_credentials.toml"
vin = "V1234567890123456"
[ota]
server = "http://127.0.0.1:8080"
polling_interval = 10
packages_dir = "/tmp/"
package_manager = "dpkg"
[test]
looping = false
http = false
|
Fix macro crate name and description | [package]
name = "bitfield-register"
version = "0.1.5"
authors = [
"Anper @ Kviver team <mail@s3f.ru>",
"Mikhail Cheshkov @ Kviver team <mcheshkov@gmail.com>"
]
description = "Rust bitfield library for low-level registers"
license = "BSD-2-Clause"
repository = "https://github.com/kviver/bitfield-register"
[dependencies]
syn = "0.11.11"
quote = "0.3.15"
[lib]
proc-macro = true
| [package]
name = "bitfield-register-macro"
version = "0.1.5"
authors = [
"Anper @ Kviver team <mail@s3f.ru>",
"Mikhail Cheshkov @ Kviver team <mcheshkov@gmail.com>"
]
description = "Rust bitfield library for low-level registers, macro for generating code"
license = "BSD-2-Clause"
repository = "https://github.com/kviver/bitfield-register"
[dependencies]
syn = "0.11.11"
quote = "0.3.15"
[lib]
proc-macro = true
|
Revert "Adjust requirements to get rid of "get_version_info doesn't exist in jupyter_packaging" error" | [build-system]
requires = ["jupyterlab~=3.0", "wheel"]
build-backend = "setuptools.build_meta"
| [build-system]
requires = ["jupyter_packaging~=0.7.9", "jupyterlab~=3.0", "setuptools>=40.8.0", "wheel"]
build-backend = "setuptools.build_meta"
|
Use the proper ncollide version. | [package]
name = "kiss3d"
version = "0.13.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "3D graphics engine for Rust."
repository = "https://github.com/sebcrozet/kiss3d"
readme = "README.md"
keywords = [ "3D", "graphics", "OpenGL", "KISS" ]
license = "BSD-3-Clause"
include = [
"src/**/*.rs",
"examples/**/*.rs",
"examples/media",
"examples/Cargo.toml",
"Cargo.toml",
"LICENSE",
"Readme.md"
]
[lib]
name = "kiss3d"
path = "src/lib.rs"
[dependencies]
freetype = "0.3"
gl = "0.6"
glfw = "0.19"
image = "0.17"
libc = "0.2"
nalgebra = "0.14"
ncollide3d = { path = "../ncollide-dev/build/ncollide3d"}
num-traits = "0.1"
[dev-dependencies]
rand = "0.4"
ncollide2d = { path = "../ncollide-dev/build/ncollide2d"} | [package]
name = "kiss3d"
version = "0.13.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "3D graphics engine for Rust."
repository = "https://github.com/sebcrozet/kiss3d"
readme = "README.md"
keywords = [ "3D", "graphics", "OpenGL", "KISS" ]
license = "BSD-3-Clause"
include = [
"src/**/*.rs",
"examples/**/*.rs",
"examples/media",
"examples/Cargo.toml",
"Cargo.toml",
"LICENSE",
"Readme.md"
]
[lib]
name = "kiss3d"
path = "src/lib.rs"
[dependencies]
freetype = "0.3"
gl = "0.6"
glfw = "0.19"
image = "0.17"
libc = "0.2"
nalgebra = "0.14"
ncollide3d = "0.15"
num-traits = "0.1"
[dev-dependencies]
rand = "0.4"
ncollide2d = "0.15" |
Update cargo version to 0.1.1. | [package]
name = "fixerio"
version = "0.1.0"
authors = ["Steven Blake <s.blake.08@aberdeen.ac.uk>"]
description = "An API wrapper for Fixerio."
documentation = "https://docs.rs/fixerio"
keywords = ["fixerio", "exchange", "api", "wrapper", "rates"]
license = "MIT"
homepage = "https://github.com/sb89/fixerio"
repository = "https://github.com/sb89/fixerio.git"
[dependencies]
futures = "0.1"
tokio-core = "0.1"
hyper = "0.11"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
error-chain = "0.10" | [package]
name = "fixerio"
version = "0.1.1"
authors = ["Steven Blake <s.blake.08@aberdeen.ac.uk>"]
description = "An API wrapper for Fixerio."
documentation = "https://docs.rs/fixerio"
keywords = ["fixerio", "exchange", "api", "wrapper", "rates"]
license = "MIT"
homepage = "https://github.com/sb89/fixerio"
repository = "https://github.com/sb89/fixerio.git"
[dependencies]
futures = "0.1"
tokio-core = "0.1"
hyper = "0.11"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
error-chain = "0.10" |
Add required metadata to publish to crates.io | [package]
name = "magic-sys"
version = "0.0.1"
authors = ["robo9k <robo@9k.lv>"]
links = "magic"
build = "build.rs"
| [package]
name = "magic-sys"
description = "Low-level native bindings to the `magic` library"
homepage = "https://github.com/robo9k/rust-magic"
license = "MIT"
version = "0.0.1"
authors = ["robo9k <robo@9k.lv>"]
links = "magic"
build = "build.rs"
|
Add comment for main-only deps. | [package]
authors = ["Jyun-Yan You <jyyou.tw@gmail.com>"]
description = "A binding generator for Rust"
homepage = "https://github.com/crabtw/rust-bindgen"
keywords = ["bindings", "ffi", "code-generation"]
license = "BSD-3-Clause"
name = "bindgen"
readme = "README.md"
repository = "https://github.com/crabtw/rust-bindgen"
version = "0.17.0"
[[bin]]
doc = false
name = "bindgen"
[dependencies]
clang-sys = "~0.6.0"
docopt = "~0.6.80"
env_logger = "~0.3.3"
libc = "~0.2.11"
log = "~0.3.6"
rustc-serialize = "~0.3.19"
syntex_syntax = "~0.32.0"
[dependencies.clippy]
optional = true
version = "~0.0.69"
[features]
static = ["clang-sys/static"]
[[test]]
name = "tests"
| [package]
authors = ["Jyun-Yan You <jyyou.tw@gmail.com>"]
description = "A binding generator for Rust"
homepage = "https://github.com/crabtw/rust-bindgen"
keywords = ["bindings", "ffi", "code-generation"]
license = "BSD-3-Clause"
name = "bindgen"
readme = "README.md"
repository = "https://github.com/crabtw/rust-bindgen"
version = "0.17.0"
[[bin]]
doc = false
name = "bindgen"
[dependencies]
clang-sys = "~0.6.0"
# only for main, see https://github.com/rust-lang/cargo/issues/1982
docopt = "~0.6.80"
# only for main, see https://github.com/rust-lang/cargo/issues/1982
env_logger = "~0.3.3"
libc = "~0.2.11"
log = "~0.3.6"
# only for main, see https://github.com/rust-lang/cargo/issues/1982
rustc-serialize = "~0.3.19"
syntex_syntax = "~0.32.0"
[dependencies.clippy]
optional = true
version = "~0.0.69"
[features]
static = ["clang-sys/static"]
[[test]]
name = "tests"
|
Switch to new version of [lib] syntax | [project]
name = "sodiumoxide"
version = "0.0.0"
authors = []
[[lib]]
name = "sodiumoxide"
path = "src/sodiumoxide/lib.rs"
| [project]
name = "sodiumoxide"
version = "0.0.0"
authors = []
[lib]
name = "sodiumoxide"
path = "src/sodiumoxide/lib.rs"
|
Add package metadata to make crates.io happy. | [package]
name = "spoolq"
version = "0.1.0"
authors = ["Casey Marshall <github@cmars.tech>"]
[dependencies]
futures = "0.1"
notify = "4.0.0"
serde = "0.9"
serde_derive = "0.9"
serde_json = "0.9"
textnonce = "0.4.1"
| [package]
name = "spoolq"
version = "0.1.0"
description = "A durable queue backed by filesystem storage"
license = "Apache-2.0"
authors = ["Casey Marshall <github@cmars.tech>"]
repository = "https://github.com/cmars/spoolq"
[dependencies]
futures = "0.1"
notify = "4.0.0"
serde = "0.9"
serde_derive = "0.9"
serde_json = "0.9"
textnonce = "0.4.1"
|
Update to latest version of glium and conrod | [package]
name = "nannou"
version = "0.2.0"
authors = ["mitchmindtree <mitchell.nordine@gmail.com>"]
description = "A Creative Coding Framework for Rust."
readme = "README.md"
keywords = ["creative", "sketch", "graphics", "audio"]
license = "MIT"
repository = "https://github.com/MindBuffer/nannou.git"
homepage = "https://github.com/MindBuffer/nannou"
[dependencies]
cgmath = { version = "0.15", features = ["serde"] }
conrod = { version = "0.57", features = ["winit", "glium"] }
cpal = "0.6"
find_folder = "0.3"
glium = "0.19"
image = "0.18"
noise = "0.4"
palette = "0.2"
pennereq = "0.2.0"
rand = "0.3"
rosc = "0.1"
sample = "0.9"
| [package]
name = "nannou"
version = "0.2.0"
authors = ["mitchmindtree <mitchell.nordine@gmail.com>"]
description = "A Creative Coding Framework for Rust."
readme = "README.md"
keywords = ["creative", "sketch", "graphics", "audio"]
license = "MIT"
repository = "https://github.com/MindBuffer/nannou.git"
homepage = "https://github.com/MindBuffer/nannou"
[dependencies]
cgmath = { version = "0.15", features = ["serde"] }
conrod = { version = "0.58", features = ["winit", "glium"] }
cpal = "0.8"
find_folder = "0.3"
glium = "0.20"
image = "0.18"
noise = "0.4"
palette = "0.2"
pennereq = "0.2.0"
rand = "0.3"
rosc = "0.1"
sample = "0.9"
|
Add exact library versions to cargo.toml | [package]
name = "zombie-shooter"
version = "0.1.0"
authors = ["Mikko Kaistinen <mikko.kaistinen@kapsi.fi>"]
[dependencies.sdl2]
version = "0.29.0"
default-features = false
features = ["ttf","image","gfx","mixer"]
[dependencies]
conv = "0.3.3"
json = "0.11.5"
tiled = "0.3.0"
cgmath = "0.7"
gfx = "0.14"
gfx_app = "0.4.0"
gfx_window_glutin = "0.14"
genmesh = "0.4"
glutin = "0.7.1"
image = "0.12.3"
noise = "0.1"
rand = "0.3"
winit = "0.5.1"
| [package]
name = "zombie-shooter"
version = "0.1.0"
authors = ["Mikko Kaistinen <mikko.kaistinen@kapsi.fi>"]
[dependencies.sdl2]
version = "0.29.0"
default-features = false
features = ["ttf","image","gfx","mixer"]
[dependencies]
conv = "0.3.3"
json = "0.11.5"
tiled = "0.3.0"
cgmath = "0.7.0"
gfx = "0.14.0"
gfx_app = "0.4.0"
gfx_window_glutin = "0.14.0"
genmesh = "0.4.0"
glutin = "0.7.1"
image = "0.12.3"
noise = "0.1.0"
rand = "0.3.0"
winit = "0.5.1"
|
Clean up package info for publishing to crates. | [package]
name = "glop"
version = "0.1.0"
authors = ["Casey Marshall <glop@cmars.tech>"]
build = "build.rs"
[build-dependencies]
peg = { version = "0.4" }
[dependencies]
textnonce = "0.4.1"
clap = "2.19.3"
| [package]
name = "glop"
version = "0.1.1"
description = "Glue Language for OPerations"
license = "Apache-2.0"
authors = ["Casey Marshall <glop@cmars.tech>"]
repository = "https://github.com/glop-rs/glop"
build = "build.rs"
[build-dependencies]
peg = { version = "0.4" }
[dependencies]
textnonce = "0.4.1"
clap = "2.19.3"
|
Set codegen-units to 1 in release profile | [package]
name = "anup"
version = "0.1.0"
authors = ["Acizza <jonathanmce@gmail.com>"]
build = "build.rs"
[profile.release]
lto = true
[dependencies]
base64 = "0.9"
chrono = "0.4"
clap = "2.31"
failure = "0.1"
directories = "0.10"
lazy_static = "1.0"
regex = "1.0"
serde = "1.0"
serde_derive = "1.0"
toml = "0.4"
[dependencies.mal]
version = "0.8"
default-features = false
features = ["anime"]
[target.'cfg(windows)'.dependencies.winapi]
version = "0.3"
features = ["shellapi", "synchapi"] | [package]
name = "anup"
version = "0.1.0"
authors = ["Acizza <jonathanmce@gmail.com>"]
build = "build.rs"
[profile.release]
lto = true
codegen-units = 1
[dependencies]
base64 = "0.9"
chrono = "0.4"
clap = "2.31"
failure = "0.1"
directories = "0.10"
lazy_static = "1.0"
regex = "1.0"
serde = "1.0"
serde_derive = "1.0"
toml = "0.4"
[dependencies.mal]
version = "0.8"
default-features = false
features = ["anime"]
[target.'cfg(windows)'.dependencies.winapi]
version = "0.3"
features = ["shellapi", "synchapi"] |
Fix repository path for qualia_derive | [package]
name = "qualia_derive"
description = "Derive macros for Qualia"
version = "0.2.0"
repository = "https://github.com/pianohacker/qualia"
license = "MPL-2.0"
authors = ["Jesse Weaver <pianohacker@gmail.com>"]
edition = "2018"
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = "1.0"
[dev-dependencies]
predicates = "1.0"
syn = { version = "1.0", features = ["extra-traits", "full"] }
qualia = { path = "../" }
tempfile = "3.1" # A library for managing a temporary directory and deleting all contents when it's dropped.
trybuild = "1.0" # Test harness for ui tests of compiler diagnostics
| [package]
name = "qualia_derive"
description = "Derive macros for Qualia"
version = "0.2.0"
repository = "https://github.com/pianohacker/qualia/blob/master/qualia_derive"
license = "MPL-2.0"
authors = ["Jesse Weaver <pianohacker@gmail.com>"]
edition = "2018"
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = "1.0"
[dev-dependencies]
predicates = "1.0"
syn = { version = "1.0", features = ["extra-traits", "full"] }
qualia = { path = "../" }
tempfile = "3.1" # A library for managing a temporary directory and deleting all contents when it's dropped.
trybuild = "1.0" # Test harness for ui tests of compiler diagnostics
|
Check more files for site changes | # netlify configuration
[build]
publish = "site"
command = "make build-docs-netlify"
ignore = "git diff --quiet HEAD^ HEAD docs/"
| # netlify configuration
[build]
publish = "site"
command = "make build-docs-netlify"
ignore = "git diff --quiet HEAD^ HEAD netlify.toml Makefile mkdocs.yml docs/ images/"
|
Switch to crates.io for `xswag-base` | [package]
name = "xswag-syntax-java"
version = "0.2.0"
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"]
build = "build.rs"
[dependencies.xswag-base]
git = "https://github.com/LukasKalbertodt/xswag-base"
branch = "master"
[build-dependencies]
lalrpop = "0.10.0"
[dependencies]
lalrpop-util = "0.10.0"
| [package]
name = "xswag-syntax-java"
version = "0.2.0"
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"]
build = "build.rs"
# [dependencies.xswag-base]
# git = "https://github.com/LukasKalbertodt/xswag-base"
# branch = "master"
[build-dependencies]
lalrpop = "0.10.0"
[dependencies]
lalrpop-util = "0.10.0"
xswag-base = "0.2"
|
Add fields to toml file | [package]
name = "rustpiet"
version = "0.1.0"
authors = ["Dan Fockler <dfockler13@gmail.com>"]
exclude = [
"assets/*",
]
[dependencies]
image = "*" | [package]
name = "rustpiet"
version = "0.1.0"
authors = ["Dan Fockler <dfockler13@gmail.com>"]
description = "A Piet interpreter implementation in Rust"
license = "MIT"
categories = ["piet", "esolangs", "interpreters"]
exclude = [
"assets/*",
]
[dependencies]
image = "*" |
Put our dependencies in shape. | [package]
authors = [
"Jyun-Yan You <jyyou.tw@gmail.com>",
"Emilio Cobos Álvarez <ecoal95@gmail.com>",
"The Servo project developers",
]
build = "build.rs"
description = "A binding generator for Rust"
homepage = "https://github.com/servo/rust-bindgen"
keywords = ["bindings", "ffi", "code-generation"]
license = "BSD-3-Clause"
name = "bindgen"
readme = "README.md"
repository = "https://github.com/servo/rust-bindgen"
version = "0.17.0"
[[bin]]
doc = false
name = "bindgen"
[build-dependencies]
quasi_codegen = "0.15"
[dependencies]
clang-sys = "0.8.0"
libc = "0.2"
log = "0.3"
env_logger = "0.3"
rustc-serialize = "0.3.19"
syntex_syntax = "0.43"
regex = "0.1"
[dependencies.aster]
features = ["with-syntex"]
version = "0.26"
[dependencies.clippy]
optional = true
version = "*"
[dependencies.quasi]
features = ["with-syntex"]
version = "0.19"
[features]
llvm_stable = []
static = []
[lib]
name = "bindgen"
path = "src/lib.rs"
[[test]]
name = "tests"
| [package]
authors = [
"Jyun-Yan You <jyyou.tw@gmail.com>",
"Emilio Cobos Álvarez <ecoal95@gmail.com>",
"The Servo project developers",
]
build = "build.rs"
description = "A binding generator for Rust"
homepage = "https://github.com/servo/rust-bindgen"
keywords = ["bindings", "ffi", "code-generation"]
license = "BSD-3-Clause"
name = "bindgen"
readme = "README.md"
repository = "https://github.com/servo/rust-bindgen"
version = "0.17.0"
[[bin]]
doc = false
name = "bindgen"
[build-dependencies]
quasi_codegen = "0.20"
[dependencies]
clang-sys = "0.8.0"
libc = "0.2"
log = "0.3"
env_logger = "0.3"
rustc-serialize = "0.3.19"
syntex_syntax = "0.44"
regex = "0.1"
[dependencies.aster]
features = ["with-syntex"]
version = "0.28"
[dependencies.clippy]
optional = true
version = "*"
[dependencies.quasi]
features = ["with-syntex"]
version = "0.20"
[features]
llvm_stable = []
static = []
[lib]
name = "bindgen"
path = "src/lib.rs"
[[test]]
name = "tests"
|
Use crates.io dependencies, bump to 0.1.0 | [package]
name = "fps_counter"
version = "0.0.2"
authors = [
"bvssvni <bvssvni@gmail.com>",
"eddyb"
]
keywords = ["fps", "counter", "frames", "tick"]
description = "A Frames Per Second (FPS) counter"
license = "MIT"
readme = "README.md"
repository = "https://github.com/pistondevelopers/fps_counter.git"
homepage = "https://github.com/pistondevelopers/fps_counter"
[lib]
name = "fps_counter"
path = "src/lib.rs"
[dependencies.clock_ticks]
git = "https://github.com/tomaka/clock_ticks"
#version = "0.0.5"
| [package]
name = "fps_counter"
version = "0.1.0"
authors = [
"bvssvni <bvssvni@gmail.com>",
"eddyb"
]
keywords = ["fps", "counter", "frames", "tick"]
description = "A Frames Per Second (FPS) counter"
license = "MIT"
readme = "README.md"
repository = "https://github.com/pistondevelopers/fps_counter.git"
homepage = "https://github.com/pistondevelopers/fps_counter"
[lib]
name = "fps_counter"
path = "src/lib.rs"
[dependencies]
clock_ticks = "0.0.6"
|
Exclude benchmarks and examples from published crate | [package]
name = "textwrap"
version = "0.13.1"
authors = ["Martin Geisler <martin@geisler.net>"]
description = "Powerful library for word wrapping, indenting, and dedenting strings"
documentation = "https://docs.rs/textwrap/"
repository = "https://github.com/mgeisler/textwrap"
readme = "README.md"
keywords = ["text", "formatting", "wrap", "typesetting", "hyphenation"]
categories = ["text-processing", "command-line-interface"]
license = "MIT"
edition = "2018"
[package.metadata.docs.rs]
all-features = true
[badges]
travis-ci = { repository = "mgeisler/textwrap" }
appveyor = { repository = "mgeisler/textwrap" }
codecov = { repository = "mgeisler/textwrap" }
[[bench]]
name = "linear"
harness = false
[dependencies]
smawk = "0.3"
unicode-width = "0.1"
terminal_size = { version = "0.1", optional = true }
hyphenation = { version = "0.8", optional = true, features = ["embed_en-us"] }
[dev-dependencies]
lipsum = "0.7"
version-sync = "0.9"
criterion = "0.3"
[target.'cfg(unix)'.dev-dependencies]
termion = "1.5"
| [package]
name = "textwrap"
version = "0.13.1"
authors = ["Martin Geisler <martin@geisler.net>"]
description = "Powerful library for word wrapping, indenting, and dedenting strings"
documentation = "https://docs.rs/textwrap/"
repository = "https://github.com/mgeisler/textwrap"
readme = "README.md"
keywords = ["text", "formatting", "wrap", "typesetting", "hyphenation"]
categories = ["text-processing", "command-line-interface"]
license = "MIT"
edition = "2018"
exclude = [".github/", ".gitignore", "benches/", "examples/"]
[package.metadata.docs.rs]
all-features = true
[badges]
travis-ci = { repository = "mgeisler/textwrap" }
appveyor = { repository = "mgeisler/textwrap" }
codecov = { repository = "mgeisler/textwrap" }
[[bench]]
name = "linear"
harness = false
[dependencies]
smawk = "0.3"
unicode-width = "0.1"
terminal_size = { version = "0.1", optional = true }
hyphenation = { version = "0.8", optional = true, features = ["embed_en-us"] }
[dev-dependencies]
lipsum = "0.7"
version-sync = "0.9"
criterion = "0.3"
[target.'cfg(unix)'.dev-dependencies]
termion = "1.5"
|
Update rand requirement from 0.7 to 0.8 | [package]
name = "carboxyl"
version = "0.2.2"
authors = ["Eduard Bopp <eduard.bopp@aepsil0n.de>"]
description = "Library for functional reactive programming"
edition = "2018"
documentation = "https://docs.rs/carboxyl/"
homepage = "https://github.com/edibopp/carboxyl"
repository = "https://github.com/edibopp/carboxyl"
readme = "README.md"
keywords = ["frp", "reactive", "event", "concurrency"]
license = "MPL-2.0"
build = "build.rs"
autobenches = false
[dependencies]
lazy_static = "1.4"
[dev-dependencies]
criterion = "0.3"
rand = "0.7"
quickcheck = "0.9"
skeptic = "0.13"
[build-dependencies]
skeptic = "0.13"
[[bench]]
name = "first_order"
harness = false
[[bench]]
name = "second_order"
harness = false
[[bench]]
name = "simple"
harness = false
| [package]
name = "carboxyl"
version = "0.2.2"
authors = ["Eduard Bopp <eduard.bopp@aepsil0n.de>"]
description = "Library for functional reactive programming"
edition = "2018"
documentation = "https://docs.rs/carboxyl/"
homepage = "https://github.com/edibopp/carboxyl"
repository = "https://github.com/edibopp/carboxyl"
readme = "README.md"
keywords = ["frp", "reactive", "event", "concurrency"]
license = "MPL-2.0"
build = "build.rs"
autobenches = false
[dependencies]
lazy_static = "1.4"
[dev-dependencies]
criterion = "0.3"
rand = "0.8"
quickcheck = "0.9"
skeptic = "0.13"
[build-dependencies]
skeptic = "0.13"
[[bench]]
name = "first_order"
harness = false
[[bench]]
name = "second_order"
harness = false
[[bench]]
name = "simple"
harness = false
|
Add description and license for cstr-macro | [package]
name = "cstr-macro"
version = "0.1.0"
authors = ["Godfrey Chan <godfreykfc@gmail.com>"]
[dependencies]
| [package]
name = "cstr-macro"
version = "0.1.0"
authors = ["Godfrey Chan <godfreykfc@gmail.com>"]
description = "Macros for creating CStrings without allocations"
license = "MIT/Apache-2.0"
[dependencies]
|
Upgrade multipart 0.3 -> 0.5 for now, stay on hyper 0.7 | [package]
name = "telegram-bot"
version = "0.4.1"
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>", "Fedor Gogolev <knsd@knsd.net>"]
description = "A library for creating Telegram bots."
documentation = "https://lukaskalbertodt.github.io/telegram-bot/telegram_bot/"
repository = "https://github.com/LukasKalbertodt/telegram-bot"
readme = "README.md"
keywords = ["telegram", "bot", "chat", "api"]
license = "MIT"
exclude = ["deploy.sh"]
[dependencies]
hyper = "0.8"
rustc-serialize = "0.3"
url = "0.5"
multipart = "0.3"
| [package]
name = "telegram-bot"
version = "0.4.2"
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>", "Fedor Gogolev <knsd@knsd.net>"]
description = "A library for creating Telegram bots."
documentation = "https://lukaskalbertodt.github.io/telegram-bot/telegram_bot/"
repository = "https://github.com/LukasKalbertodt/telegram-bot"
readme = "README.md"
keywords = ["telegram", "bot", "chat", "api"]
license = "MIT"
exclude = ["deploy.sh"]
[dependencies]
hyper = "0.7"
rustc-serialize = "0.3"
url = "0.5"
multipart = "0.5"
|
Allow pkgconfig to be optional | [package]
name = "rboy"
version = "0.1.0"
authors = [ "mvdnes <git@mathijs.vd-nes.nl>" ]
[lib]
name = "rboy"
[dependencies]
sdl2 = "*"
time = "*"
log = "*"
[features]
default = [ "sdl2/use-pkgconfig" ]
[profile.test]
opt-level = 3
debug = true
[[bin]]
name = "rboy"
test = false
doc = false
| [package]
name = "rboy"
version = "0.1.0"
authors = [ "mvdnes <git@mathijs.vd-nes.nl>" ]
[lib]
name = "rboy"
[dependencies]
sdl2 = "*"
time = "*"
log = "*"
[features]
use-pkgconfig = [ "sdl2/use-pkgconfig" ]
[profile.test]
opt-level = 3
debug = true
[[bin]]
name = "rboy"
test = false
doc = false
|
Add filter field to Kiel | name = "kiel2016"
year = "2016"
city = "Kiel"
startdate = 2016-05-12T23:29:49Z
enddate = 2016-05-13T23:29:49Z
coordinates = "47.609895, -122.330259"
friendly = "2016-kiel"
t1sponsortitle = "Gold"
t2sponsortitle = "Host"
t3sponsortitle = "Special"
t4sponsortitle = "Silver"
t5sponsortitle = "Media"
t2sponsors = ["kiwi"]
t3sponsors = ["wobe"]
navigationelements = ["welcome", "propose", "location", "registration", "sponsor", "contact", "conduct"]
| name = "kiel2016"
year = "2016"
city = "Kiel"
friendly = "2016-kiel"
status = "current"
startdate = 2016-05-12T23:29:49Z
enddate = 2016-05-13T23:29:49Z
coordinates = "47.609895, -122.330259"
t1sponsortitle = "Gold"
t2sponsortitle = "Host"
t3sponsortitle = "Special"
t4sponsortitle = "Silver"
t5sponsortitle = "Media"
t2sponsors = ["kiwi"]
t3sponsors = ["wobe"]
navigationelements = ["welcome", "propose", "location", "registration", "sponsor", "contact", "conduct"]
|
Downgrade `phf` dev-dep version for now | [package]
name = "phf_macros"
version = "0.9.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
license = "MIT"
description = "Macros to generate types in the phf crate"
repository = "https://github.com/sfackler/rust-phf"
readme = "../README.md"
include = ["src/lib.rs"]
[lib]
proc-macro = true
[features]
unicase = ["unicase_", "phf_shared/unicase"]
[dependencies]
syn = { version = "1", features = ["full"] }
quote = "1"
proc-macro2 = "1"
proc-macro-hack = "0.5.4"
unicase_ = { package = "unicase", version = "2.4.0", optional = true }
phf_generator = "0.9.0"
phf_shared = { version = "0.9.0", default-features = false }
[dev-dependencies]
trybuild = "1.0"
phf = { version = "0.9", features = ["macros", "unicase"] }
unicase_ = { package = "unicase", version = "2.4.0" }
| [package]
name = "phf_macros"
version = "0.9.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
license = "MIT"
description = "Macros to generate types in the phf crate"
repository = "https://github.com/sfackler/rust-phf"
readme = "../README.md"
include = ["src/lib.rs"]
[lib]
proc-macro = true
[features]
unicase = ["unicase_", "phf_shared/unicase"]
[dependencies]
syn = { version = "1", features = ["full"] }
quote = "1"
proc-macro2 = "1"
proc-macro-hack = "0.5.4"
unicase_ = { package = "unicase", version = "2.4.0", optional = true }
phf_generator = "0.9.0"
phf_shared = { version = "0.9.0", default-features = false }
[dev-dependencies]
trybuild = "1.0"
phf = { version = "0.8", features = ["macros", "unicase"] }
unicase_ = { package = "unicase", version = "2.4.0" }
|
Make `curl-sys` depend on `openssl-sys` for `aarch64-unknown-linux-gnu` triple as well. | [package]
name = "curl-sys"
version = "0.1.2"
authors = ["Carl Lerche <me@carllerche.com"]
links = "curl"
build = "build.rs"
license = "MIT"
repository = "https://github.com/carllerche/curl-rust"
description = "Native bindings to the libcurl library"
[build-dependencies]
pkg-config = "0.1.0"
[lib]
name = "curl-sys"
path = "lib.rs"
[dependencies]
libz-sys = "0.1.0"
# Unix platforms use OpenSSL for now to provide SSL functionality
[target.i686-apple-darwin.dependencies]
openssl-sys = "0.2.0"
[target.x86_64-apple-darwin.dependencies]
openssl-sys = "0.2.0"
[target.i686-unknown-linux-gnu.dependencies]
openssl-sys = "0.2.0"
[target.x86_64-unknown-linux-gnu.dependencies]
openssl-sys = "0.2.0"
[target.arm-unknown-linux-gnueabihf.dependencies]
openssl-sys = "0.2.0"
[target.i686-unknown-freebsd.dependencies]
openssl-sys = "0.2.0"
[target.x86_64-unknown-freebsd.dependencies]
openssl-sys = "0.2.0"
| [package]
name = "curl-sys"
version = "0.1.2"
authors = ["Carl Lerche <me@carllerche.com"]
links = "curl"
build = "build.rs"
license = "MIT"
repository = "https://github.com/carllerche/curl-rust"
description = "Native bindings to the libcurl library"
[build-dependencies]
pkg-config = "0.1.0"
[lib]
name = "curl-sys"
path = "lib.rs"
[dependencies]
libz-sys = "0.1.0"
# Unix platforms use OpenSSL for now to provide SSL functionality
[target.i686-apple-darwin.dependencies]
openssl-sys = "0.2.0"
[target.x86_64-apple-darwin.dependencies]
openssl-sys = "0.2.0"
[target.i686-unknown-linux-gnu.dependencies]
openssl-sys = "0.2.0"
[target.x86_64-unknown-linux-gnu.dependencies]
openssl-sys = "0.2.0"
[target.arm-unknown-linux-gnueabihf.dependencies]
openssl-sys = "0.2.0"
[target.aarch64-unknown-linux-gnu.dependencies]
openssl-sys = "0.2.0"
[target.i686-unknown-freebsd.dependencies]
openssl-sys = "0.2.0"
[target.x86_64-unknown-freebsd.dependencies]
openssl-sys = "0.2.0"
|
Update reqwest to 0.2.0 and sidekiq to 0.4.0 | [package]
name = "maman"
version = "0.9.0"
authors = ["Laurent Arnoud <laurent@spkdev.net>"]
description = "Rust Web Crawler"
repository = "https://github.com/spk/maman.git"
homepage = "https://github.com/spk/maman"
keywords = ["web", "crawler", "spider"]
license = "MIT"
readme = "README.md"
[dependencies]
reqwest = "0.1.0"
html5ever = "0.5"
tendril = "0.2"
string_cache = "0.2"
serde = "0.8"
serde_json = "0.8"
url = { version = "1.2", features = ["serde"] }
robotparser = "0.8.0"
sidekiq = "0.3.0"
encoding = "0.2"
log = "0.3"
env_logger = "0.3"
| [package]
name = "maman"
version = "0.9.0"
authors = ["Laurent Arnoud <laurent@spkdev.net>"]
description = "Rust Web Crawler"
repository = "https://github.com/spk/maman.git"
homepage = "https://github.com/spk/maman"
keywords = ["web", "crawler", "spider"]
license = "MIT"
readme = "README.md"
[dependencies]
reqwest = "0.2.0"
html5ever = "0.5"
tendril = "0.2"
string_cache = "0.2"
serde = "0.8"
serde_json = "0.8"
url = { version = "1.2", features = ["serde"] }
robotparser = "0.8.0"
sidekiq = "0.4.0"
encoding = "0.2"
log = "0.3"
env_logger = "0.3"
|
Upgrade pnet_macros_support to Rust 2018 | [package]
name = "pnet_macros_support"
version = "0.28.0"
authors = ["Robert Clipsham <robert@octarineparrot.com>"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/libpnet/libpnet"
repository = "https://github.com/libpnet/libpnet"
description = "Support library for libpnet_macros"
readme = "../README.md"
keywords = ["networking", "bitfields", "packet", "protocol"]
[dependencies]
pnet_base = { path = "../pnet_base", version = "0.28.0" }
| [package]
name = "pnet_macros_support"
version = "0.28.0"
authors = ["Robert Clipsham <robert@octarineparrot.com>"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/libpnet/libpnet"
repository = "https://github.com/libpnet/libpnet"
description = "Support library for libpnet_macros"
readme = "../README.md"
keywords = ["networking", "bitfields", "packet", "protocol"]
edition = "2018"
[dependencies]
pnet_base = { path = "../pnet_base", version = "0.28.0" }
|
Drop wheel from PEP 517 build system requirements | [build-system]
requires = [
# Essentials
"setuptools>=34.4",
"wheel",
# Plugins
"setuptools_scm[toml]>=3.5",
"setuptools_scm_git_archive>=1.1",
]
build-backend = "setuptools.build_meta"
| [build-system]
requires = [
# Essentials
"setuptools>=34.4",
# Plugins
"setuptools_scm[toml]>=3.5",
"setuptools_scm_git_archive>=1.1",
]
build-backend = "setuptools.build_meta"
|
Update the cargo file prior to publishing | [package]
name = "argonaut"
version = "0.1.0"
authors = ["Jakob Lautrup Nysom <jako3047@gmail.com>"]
[dependencies]
| [package]
name = "argonaut"
version = "0.1.0"
authors = ["Jakob Lautrup Nysom <jako3047@gmail.com>"]
description = "A simple argument parser"
readme = "README.md"
keywords = ["argument", "parser", "cli", "commandline", "argparse"]
license = "MIT"
|
Update to use core-graphics 0.8 | [package]
name = "core-text"
version = "4.0.0"
authors = ["The Servo Project Developers"]
description = "Bindings to the Core Text framework."
license = "MIT/Apache-2.0"
repository = "https://github.com/servo/core-text-rs"
[dependencies]
libc = "0.2"
[target.x86_64-apple-darwin.dependencies]
core-foundation = "0.3"
core-graphics = "0.7"
| [package]
name = "core-text"
version = "4.0.0"
authors = ["The Servo Project Developers"]
description = "Bindings to the Core Text framework."
license = "MIT/Apache-2.0"
repository = "https://github.com/servo/core-text-rs"
[dependencies]
libc = "0.2"
[target.x86_64-apple-darwin.dependencies]
core-foundation = "0.3"
core-graphics = "0.8"
|
Fix repo URL, remove homepage, doc link | [package]
name = "task-hookrs"
version = "0.7.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>",
"Mario Krehl <mario-krehl@gmx.de>",
"Malte Brandy <malte.brandy@maralorn.de>",
]
description = "Crate to work with taskwarrior exported JSON"
keywords = ["json", "taskwarrior", "todo", "import", "export"]
documentation = "https://matthiasbeyer.github.io/task-hookrs/task_hookrs/index.html"
homepage = "https://github.com/matthiasbeyer/task-hookrs"
repository = "https://github.com/matthiasbeyer/task-hookrs"
readme = "./README.md"
license = "MPL-2.0"
[badges]
travis-ci = { repository = "matthiasbeyer/task-hookrs", branch = "master" }
maintenance = { status = "passively-maintained" }
[dependencies]
chrono = "0.4"
serde = "1"
serde_derive = "1"
serde_json = "1"
uuid = { version = "0.8", features = ["serde", "v4"] }
log = "0.4"
derive_builder = "0.9.0"
failure = "0.1"
[dev-dependencies]
env_logger = "0.7"
| [package]
name = "task-hookrs"
version = "0.7.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>",
"Mario Krehl <mario-krehl@gmx.de>",
"Malte Brandy <malte.brandy@maralorn.de>",
]
description = "Crate to work with taskwarrior exported JSON"
keywords = ["json", "taskwarrior", "todo", "import", "export"]
repository = "https://git.beyermatthi.as/task-hookrs"
readme = "./README.md"
license = "MPL-2.0"
[badges]
travis-ci = { repository = "matthiasbeyer/task-hookrs", branch = "master" }
maintenance = { status = "passively-maintained" }
[dependencies]
chrono = "0.4"
serde = "1"
serde_derive = "1"
serde_json = "1"
uuid = { version = "0.8", features = ["serde", "v4"] }
log = "0.4"
derive_builder = "0.9.0"
failure = "0.1"
[dev-dependencies]
env_logger = "0.7"
|
Use odds 0.2 and bump version | [package]
name = "arrayvec"
version = "0.3.5"
authors = ["bluss"]
license = "MIT/Apache-2.0"
description = "A vector with a fixed capacity, it can be stored on the stack too."
documentation = "http://bluss.github.io/arrayvec"
repository = "https://github.com/bluss/arrayvec"
keywords = ["stack", "vector", "array", "container", "data-structure"]
[dependencies]
nodrop = "0.1"
[dependencies.odds]
version = "0.1"
| [package]
name = "arrayvec"
version = "0.3.6"
authors = ["bluss"]
license = "MIT/Apache-2.0"
description = "A vector with a fixed capacity, it can be stored on the stack too."
documentation = "http://bluss.github.io/arrayvec"
repository = "https://github.com/bluss/arrayvec"
keywords = ["stack", "vector", "array", "container", "data-structure"]
[dependencies]
nodrop = "0.1"
[dependencies.odds]
version = "0.2"
|
Allow serde_macros to be used with webrender_traits | [package]
name = "webrender"
version = "0.1.0"
authors = ["Glenn Watson <gw@intuitionlibrary.com>"]
[dependencies]
app_units = "0.2.5"
bit-set = "0.4"
byteorder = "0.5"
euclid = "0.7.1"
fnv="1.0"
gleam = "0.2"
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
lazy_static = "0.2"
log = "0.3"
#notify = {git = "https://github.com/glennw/rsnotify.git", branch = "inotify-modify"}
num-traits = "0.1.32"
offscreen_gl_context = {version = "0.1.9", features = ["serde_serialization"]}
scoped_threadpool = "0.1.6"
time = "0.1"
webrender_traits = {git = "https://github.com/servo/webrender_traits"}
[target.'cfg(any(target_os = "android", target_os = "linux", target_os = "windows"))'.dependencies]
freetype = {git = "https://github.com/servo/rust-freetype"}
[target.'cfg(target_os = "macos")'.dependencies]
core-graphics = ">=0.2, <0.4"
core-text = "1.0"
| [package]
name = "webrender"
version = "0.1.0"
authors = ["Glenn Watson <gw@intuitionlibrary.com>"]
[features]
default = ["webrender_traits/serde_codegen"]
serde_macros = ["webrender_traits/serde_macros"]
[dependencies]
app_units = "0.2.5"
bit-set = "0.4"
byteorder = "0.5"
euclid = "0.7.1"
fnv="1.0"
gleam = "0.2"
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
lazy_static = "0.2"
log = "0.3"
#notify = {git = "https://github.com/glennw/rsnotify.git", branch = "inotify-modify"}
num-traits = "0.1.32"
offscreen_gl_context = {version = "0.1.9", features = ["serde_serialization"]}
scoped_threadpool = "0.1.6"
time = "0.1"
webrender_traits = {git = "https://github.com/servo/webrender_traits", default-features = false}
[target.'cfg(any(target_os = "android", target_os = "linux", target_os = "windows"))'.dependencies]
freetype = {git = "https://github.com/servo/rust-freetype"}
[target.'cfg(target_os = "macos")'.dependencies]
core-graphics = ">=0.2, <0.4"
core-text = "1.0"
|
Add RSS links to the main menu and the footer. | contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
builddrafts = false
theme = "redlounge"
title = "blog.siliconloons.com"
baseurl = "http://blog.siliconloons.com/"
canonifyurls = true
[index]
category = "categories"
tag = "tags"
[params]
sidebartitle = "Silicon Loons"
sidebartagline = "Kyle Mestery's technology commentary"
categoriescss = "/css/my-categories.css"
[[menu.social]]
pre = "<i class='fa fa-github'></i>"
url = "https://github.com/mestery"
identifier = "github"
[[menu.social]]
pre = "<i class='fa fa-twitter'></i>"
url = "http://www.twitter.com/mestery"
identifier = "twitter"
[[menu.social]]
pre = "<i class='fa fa-linkedin'></i>"
url = "http://www.linkedin.com/pub/kyle-mestery/3/a0b/64a"
identifier = "linkedin"
[[menu.footer]]
name = "Blog"
url = "/posts"
| contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
builddrafts = false
theme = "redlounge"
title = "blog.siliconloons.com"
baseurl = "http://blog.siliconloons.com/"
canonifyurls = true
[index]
category = "categories"
tag = "tags"
[params]
sidebartitle = "Silicon Loons"
sidebartagline = "Kyle Mestery's technology commentary"
categoriescss = "/css/my-categories.css"
[[menu.main]]
name = "RSS"
url = "/index.xml"
[[menu.social]]
pre = "<i class='fa fa-github'></i>"
url = "https://github.com/mestery"
identifier = "github"
[[menu.social]]
pre = "<i class='fa fa-twitter'></i>"
url = "http://www.twitter.com/mestery"
identifier = "twitter"
[[menu.social]]
pre = "<i class='fa fa-linkedin'></i>"
url = "http://www.linkedin.com/pub/kyle-mestery/3/a0b/64a"
identifier = "linkedin"
[[menu.footer]]
name = "Blog"
url = "/posts"
[[menu.footer]]
name = "RSS"
url = "/index.xml"
|
Use num with just complex | [package]
name = "ndarray"
version = "0.0.1"
authors = ["bluss"]
repository = "https://github.com/bluss/rust-ndarray"
documentation = "http://bluss.github.io/rust-ndarray/"
[dependencies.num]
version = "*"
[dependencies.rustc-serialize]
version = "*"
optional = true
[dependencies.itertools]
version = "*"
[dependencies.serde]
version = "*"
optional = true
| [package]
name = "ndarray"
version = "0.0.1"
authors = ["bluss"]
repository = "https://github.com/bluss/rust-ndarray"
documentation = "http://bluss.github.io/rust-ndarray/"
[dependencies.num]
version = "*"
features = ["complex"]
default-features = false
[dependencies.rustc-serialize]
version = "*"
optional = true
[dependencies.itertools]
version = "*"
[dependencies.serde]
version = "*"
optional = true
|
Update core-graphics to 0.5; bump minor version. | [package]
name = "azure"
version = "0.10.0"
authors = ["The Servo Project Developers"]
documentation = "http://doc.servo.org/azure/"
build = "build.rs"
[features]
default = []
plugins = ["serde", "serde_derive", "heapsize", "heapsize_derive"]
[build-dependencies]
cmake = "0.1"
[dependencies]
euclid = "0.10"
heapsize = {version = ">=0.2, <0.4", optional = true}
heapsize_derive = {version = "0.1.0", optional = true}
libc = "0.2"
serde = {version = "0.8", optional = true}
serde_derive = {version = "0.8", optional = true}
servo-skia = "0.20130412.24"
[target.'cfg(all(target_os = "linux", target_os = "android"))'.dependencies]
freetype = "0.2"
servo-freetype-sys = "4.0.1"
[target.'cfg(target_os = "linux")'.dependencies]
x11 = { version = "2.0.0", features = ["xlib"] }
[target.'cfg(target_os = "android")'.dependencies]
servo-egl = "0.2"
[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = "0.2.0"
core-graphics = "0.4"
core-text = "2.0"
| [package]
name = "azure"
version = "0.10.1"
authors = ["The Servo Project Developers"]
documentation = "http://doc.servo.org/azure/"
build = "build.rs"
[features]
default = []
plugins = ["serde", "serde_derive", "heapsize", "heapsize_derive"]
[build-dependencies]
cmake = "0.1"
[dependencies]
euclid = "0.10"
heapsize = {version = ">=0.2, <0.4", optional = true}
heapsize_derive = {version = "0.1.0", optional = true}
libc = "0.2"
serde = {version = "0.8", optional = true}
serde_derive = {version = "0.8", optional = true}
servo-skia = "0.20130412.24"
[target.'cfg(all(target_os = "linux", target_os = "android"))'.dependencies]
freetype = "0.2"
servo-freetype-sys = "4.0.1"
[target.'cfg(target_os = "linux")'.dependencies]
x11 = { version = "2.0.0", features = ["xlib"] }
[target.'cfg(target_os = "android")'.dependencies]
servo-egl = "0.2"
[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = "0.2.0"
core-graphics = "0.5"
core-text = "2.0"
|
Revert "Exclude some c-ares noise from deliverable" | [package]
name = "c-ares-sys"
license = "MIT"
version = "4.1.2"
authors = ["David Hotham"]
build = "build.rs"
links = "cares"
description = "Low-level bindings to the c-ares library"
repository = "https://github.com/dimbleby/rust-c-ares"
readme = "README.md"
keywords = ["DNS", "c-ares"]
categories = ["external-ffi-bindings", "network-programming"]
exclude = ["c-ares/*.1", "c-ares/*.3", "c-ares/travis/*", "c-ares/test/*"]
[build-dependencies]
cc = "1"
fs_extra = "1.1"
metadeps = "1.1.1"
[dependencies]
libc = "0.2"
c-types = "2.0.2"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["winsock2"] }
[target.'cfg(target_os = "android")'.dependencies]
jni-sys = "0.3"
[package.metadata.pkg-config]
libcares = "1.13.0"
| [package]
name = "c-ares-sys"
license = "MIT"
version = "4.1.2"
authors = ["David Hotham"]
build = "build.rs"
links = "cares"
description = "Low-level bindings to the c-ares library"
repository = "https://github.com/dimbleby/rust-c-ares"
readme = "README.md"
keywords = ["DNS", "c-ares"]
categories = ["external-ffi-bindings", "network-programming"]
[build-dependencies]
cc = "1"
fs_extra = "1.1"
metadeps = "1.1.1"
[dependencies]
libc = "0.2"
c-types = "2.0.2"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["winsock2"] }
[target.'cfg(target_os = "android")'.dependencies]
jni-sys = "0.3"
[package.metadata.pkg-config]
libcares = "1.13.0"
|
Update serde and serde_json versions to 0.8.0 | [package]
name = "s-structured-log"
version = "0.1.0"
authors = ["siphilia <siphilia.rn@gmail.com>"]
license = "Apache-2.0"
description = "Logging with structured data like json."
readme = "README.md"
documentation = "http://siphilia.github.io/s-structured-log-rs/doc/s_structured_log"
repository = "http://github.com/siphilia/s-structured-log-rs"
[features]
default = []
[dependencies]
log = "0.3.6"
serde = "0.7.11"
serde_json = "0.7.3"
| [package]
name = "s-structured-log"
version = "0.1.0"
authors = ["siphilia <siphilia.rn@gmail.com>"]
license = "Apache-2.0"
description = "Logging with structured data like json."
readme = "README.md"
documentation = "http://siphilia.github.io/s-structured-log-rs/doc/s_structured_log"
repository = "http://github.com/siphilia/s-structured-log-rs"
[features]
default = []
[dependencies]
log = "0.3.6"
serde = "0.8.0"
serde_json = "0.8.0"
|
Remove serde deps from protobuf | [package]
name = "protobuf"
version = "3.0.0-alpha.8"
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
edition = "2021"
license = "MIT"
homepage = "https://github.com/stepancheg/rust-protobuf/"
repository = "https://github.com/stepancheg/rust-protobuf/"
documentation = "https://github.com/stepancheg/rust-protobuf/blob/master/README.md"
description = """
Rust implementation of Google protocol buffers
"""
[lib]
bench = false
[features]
with-bytes = ["bytes"]
default = []
[dependencies]
bytes = { version = "1.1", optional = true }
thiserror = "1.0.30"
serde = { version = "1.0", features = ["derive"], optional = true }
serde_derive = { version = "1.0", optional = true }
[package.metadata.docs.rs]
all-features = true
| [package]
name = "protobuf"
version = "3.0.0-alpha.8"
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
edition = "2021"
license = "MIT"
homepage = "https://github.com/stepancheg/rust-protobuf/"
repository = "https://github.com/stepancheg/rust-protobuf/"
documentation = "https://github.com/stepancheg/rust-protobuf/blob/master/README.md"
description = """
Rust implementation of Google protocol buffers
"""
[lib]
bench = false
[features]
with-bytes = ["bytes"]
default = []
[dependencies]
bytes = { version = "1.1", optional = true }
thiserror = "1.0.30"
[package.metadata.docs.rs]
all-features = true
|
Update kairos: master -> 0.1.0-beta-1 | [package]
name = "libimaghabit"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
keywords = ["imag", "PIM", "personal", "information", "management"]
readme = "../../../README.md"
license = "LGPL-2.1"
documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html"
repository = "https://github.com/matthiasbeyer/imag"
homepage = "http://imag-pim.org"
[dependencies]
chrono = "0.4"
log = "0.3"
toml = "0.4"
toml-query = "0.4.0"
error-chain = "0.11"
is-match = "0.1"
kairos = { git = 'https://github.com/matthiasbeyer/kairos', branch = "master" }
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagentryedit = { version = "0.5.0", path = "../../../lib/entry/libimagentryedit" }
| [package]
name = "libimaghabit"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
keywords = ["imag", "PIM", "personal", "information", "management"]
readme = "../../../README.md"
license = "LGPL-2.1"
documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html"
repository = "https://github.com/matthiasbeyer/imag"
homepage = "http://imag-pim.org"
[dependencies]
chrono = "0.4"
log = "0.3"
toml = "0.4"
toml-query = "0.4.0"
error-chain = "0.11"
is-match = "0.1"
kairos = "0.1.0-beta-1"
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagentryedit = { version = "0.5.0", path = "../../../lib/entry/libimagentryedit" }
|
Update to actually correct version (0.7.3) | [package]
name = "preferences"
version = "0.7.2"
authors = ["Andy Barron <AndrewLBarron@gmail.com>"]
description = "Read and write user-specific application data (in stable Rust)"
documentation = "https://andybarron.github.io/preferences"
repository = "https://github.com/AndyBarron/preferences-rs"
readme = "README.md"
keywords = ["preferences", "user", "data", "persistent", "storage"]
license = "MIT"
[dependencies]
app_dirs = "^1.1.1"
rustc-serialize = "^0.3.19"
| [package]
name = "preferences"
version = "0.7.3"
authors = ["Andy Barron <AndrewLBarron@gmail.com>"]
description = "Read and write user-specific application data (in stable Rust)"
documentation = "https://andybarron.github.io/preferences"
repository = "https://github.com/AndyBarron/preferences-rs"
readme = "README.md"
keywords = ["preferences", "user", "data", "persistent", "storage"]
license = "MIT"
[dependencies]
app_dirs = "^1.1.1"
rustc-serialize = "^0.3.19"
|
Use the correct bind address. | bind_ip = "0.0.0.0"
template = "templates/haproxy.cfg"
config_file = "/etc/haproxy.cfg"
pid_file = "/var/run/haproxy.pid"
| bind_ip = "192.168.168.168"
template = "templates/haproxy.cfg"
config_file = "/etc/haproxy.cfg"
pid_file = "/var/run/haproxy.pid"
|
Update nannou dep in tests crate to point to master branch | [package]
name = 'book-tests'
version = '0.1.0'
authors = ['mitchmindtree <mitchell.nordine@gmail.com>']
edition = '2018'
description = 'For testing the nannou-guide, while including the nannou dependencies.'
[build-dependencies]
skeptic = '0.13'
[dev-dependencies]
skeptic = '0.13'
nannou = { git = 'https://github.com/nannou-org/nannou', branch = 'v0.9' }
| [package]
name = 'book-tests'
version = '0.1.0'
authors = ['mitchmindtree <mitchell.nordine@gmail.com>']
edition = '2018'
description = 'For testing the nannou-guide, while including the nannou dependencies.'
[build-dependencies]
skeptic = '0.13'
[dev-dependencies]
skeptic = '0.13'
nannou = { git = 'https://github.com/nannou-org/nannou', branch = 'master' }
|
Switch back to crates.io onig | [package]
name = "syntect"
version = "0.1.0"
authors = ["Tristan Hume <tristan@thume.ca>"]
[dependencies]
yaml-rust = "0.3"
# TODO: switch this back to crates.io once a new release with my fix is published
onig = { git = "https://github.com/rust-onig/rust-onig.git", rev = "d152d45" }
walkdir = "0.1"
| [package]
name = "syntect"
version = "0.1.0"
authors = ["Tristan Hume <tristan@thume.ca>"]
[dependencies]
yaml-rust = "0.3"
onig = "0.5.1"
walkdir = "0.1"
|
Add documentation link to manifest | [package]
name = "bitstream"
version = "0.1.0"
authors = ["James Miller <james@aatch.net>"]
description = "Bit level IO"
readme = "README.md"
license = "Apache-2.0"
keywords = ["bitstream", "io"]
repository = "https://github.com/Aatch/bitstream"
[features]
unstable = []
| [package]
name = "bitstream"
version = "0.1.1"
authors = ["James Miller <james@aatch.net>"]
description = "Bit level IO"
readme = "README.md"
license = "Apache-2.0"
keywords = ["bitstream", "io"]
repository = "https://github.com/Aatch/bitstream"
documentation = "https://aatch.github.io/bitstream/bitstream"
[features]
unstable = []
|
Add a note about runtime.txt | # Configuration for pull request documentation previews via Netlify
[build]
publish = "build/html"
command = "pip install tox && tox -e docs"
| # Configuration for pull request documentation previews via Netlify
# Netlify relies on there being a ./runtime.txt to indicate Python 3.
[build]
publish = "build/html"
command = "pip install tox && tox -e docs"
|
Update gl_generator to 0.8 and bump version | [package]
name = "rust-webvr"
version = "0.9.6"
authors = ["Imanol Fernandez <mortimergoro@gmail.com>"]
homepage = "https://github.com/MortimerGoro/rust-webvr"
repository = "https://github.com/MortimerGoro/rust-webvr"
keywords = ["webvr", "openvr", "oculus", "headset", "vr"]
license = "MIT"
description = '''Safe rust API that provides a way to interact with Virtual Reality headsets
and integration with vendor specific SDKs like OpenVR and Oculus. The API is inspired on the
easy to use WebVR API but adapted to Rust design patterns'''
exclude = [
"examples/*",
]
build = "build.rs"
[features]
default = ["openvr", "mock"]
openvr = ["libloading"]
mock = []
googlevr = ["gvr-sys"]
oculusvr = ["ovr-mobile-sys"]
[dependencies]
rust-webvr-api = "0.9.2" #{ path = "../rust-webvr-api" }
log = "0.3"
libloading = { version = "0.4", optional = true, default-features = false }
gvr-sys = { version = "0.6", optional = true }
ovr-mobile-sys = { version = "0.3.1", optional = true }
[build-dependencies]
gl_generator = "0.6"
| [package]
name = "rust-webvr"
version = "0.9.7"
authors = ["Imanol Fernandez <mortimergoro@gmail.com>"]
homepage = "https://github.com/MortimerGoro/rust-webvr"
repository = "https://github.com/MortimerGoro/rust-webvr"
keywords = ["webvr", "openvr", "oculus", "headset", "vr"]
license = "MIT"
description = '''Safe rust API that provides a way to interact with Virtual Reality headsets
and integration with vendor specific SDKs like OpenVR and Oculus. The API is inspired on the
easy to use WebVR API but adapted to Rust design patterns'''
exclude = [
"examples/*",
]
build = "build.rs"
[features]
default = ["openvr", "mock"]
openvr = ["libloading"]
mock = []
googlevr = ["gvr-sys"]
oculusvr = ["ovr-mobile-sys"]
[dependencies]
rust-webvr-api = "0.9.2" #{ path = "../rust-webvr-api" }
log = "0.3"
libloading = { version = "0.4", optional = true, default-features = false }
gvr-sys = { version = "0.6", optional = true }
ovr-mobile-sys = { version = "0.3.1", optional = true }
[build-dependencies]
gl_generator = "0.8"
|
Disable the mod_module_files lint temporarily | [alias]
xtask = "run --package xtask --"
[doc.extern-map.registries]
crates-io = "https://docs.rs/"
[target.'cfg(all())']
rustflags = [
"-Wrust_2018_idioms",
"-Wsemicolon_in_expressions_from_macros",
"-Wunused_import_braces",
"-Wunused_qualifications",
"-Wclippy::branches_sharing_code",
"-Wclippy::cloned_instead_of_copied",
"-Wclippy::dbg_macro",
"-Wclippy::disallowed_types",
"-Wclippy::empty_line_after_outer_attr",
"-Wclippy::exhaustive_enums",
"-Wclippy::exhaustive_structs",
"-Wclippy::inefficient_to_string",
"-Wclippy::macro_use_imports",
"-Wclippy::map_flatten",
"-Wclippy::missing_enforced_import_renames",
"-Wclippy::mod_module_files",
"-Wclippy::mut_mut",
"-Wclippy::needless_borrow",
"-Aclippy::new_without_default",
"-Wclippy::nonstandard_macro_braces",
"-Wclippy::str_to_string",
"-Wclippy::todo",
"-Wclippy::unreadable_literal",
"-Wclippy::unseparated_literal_suffix",
"-Wclippy::wildcard_imports",
]
| [alias]
xtask = "run --package xtask --"
[doc.extern-map.registries]
crates-io = "https://docs.rs/"
[target.'cfg(all())']
rustflags = [
"-Wrust_2018_idioms",
"-Wsemicolon_in_expressions_from_macros",
"-Wunused_import_braces",
"-Wunused_qualifications",
"-Wclippy::branches_sharing_code",
"-Wclippy::cloned_instead_of_copied",
"-Wclippy::dbg_macro",
"-Wclippy::disallowed_types",
"-Wclippy::empty_line_after_outer_attr",
"-Wclippy::exhaustive_enums",
"-Wclippy::exhaustive_structs",
"-Wclippy::inefficient_to_string",
"-Wclippy::macro_use_imports",
"-Wclippy::map_flatten",
"-Wclippy::missing_enforced_import_renames",
# Disabled because it triggers for tests/foo/mod.rs which can't be replaced
# easily. Locally allowing it also doesn't seem to work.
#"-Wclippy::mod_module_files",
"-Wclippy::mut_mut",
"-Wclippy::needless_borrow",
"-Aclippy::new_without_default",
"-Wclippy::nonstandard_macro_braces",
"-Wclippy::str_to_string",
"-Wclippy::todo",
"-Wclippy::unreadable_literal",
"-Wclippy::unseparated_literal_suffix",
"-Wclippy::wildcard_imports",
]
|
Use an available package name | [package]
name = "avro"
version = "0.1.0"
authors = ["Flavien Raynaud <flavien.raynaud@gmail.com>", "Antonio Verardi <antonio.uccio.verardi@gmail.com>"]
description = "Library for working with Apache Avro in Rust"
license = "MIT"
readme = "README.md"
repository = "https://github.com/flavray/avro-rs"
[features]
snappy = ["snap"]
[dependencies]
failure = "0.1.1"
libflate = "0.1"
rand = "0.3"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
snap = { version = "0.2.3", optional = true }
| [package]
name = "avro-rs"
version = "0.1.0"
authors = ["Flavien Raynaud <flavien.raynaud@gmail.com>", "Antonio Verardi <antonio.uccio.verardi@gmail.com>"]
description = "Library for working with Apache Avro in Rust"
license = "MIT"
readme = "README.md"
repository = "https://github.com/flavray/avro-rs"
[features]
snappy = ["snap"]
[dependencies]
failure = "0.1.1"
libflate = "0.1"
rand = "0.3"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
snap = { version = "0.2.3", optional = true }
|
Add metadata for release v0.2.0 | [package]
name = "rustup-version-name"
version = "0.2.0"
authors = ["Jan-Erik Rediger <janerik@fnordig.de>"]
[dependencies]
toml = "0.1.30"
| [package]
name = "rustup-version-name"
version = "0.2.0"
authors = ["Jan-Erik Rediger <janerik@fnordig.de>"]
keywords = [ "rustup", "shell" ]
description = "rustup toolchain override in your prompt"
readme = "README.md"
license = "MIT"
homepage = "https://github.com/badboy/rustup-version-name"
repository = "https://github.com/badboy/rustup-version-name"
include = [
"Cargo.toml",
"README*",
"LICENSE*",
"src/**/*",
"tests/**/*",
"examples/**/*",
]
[dependencies]
toml = "0.1.30"
|
Rename serde_serialization feature to serde. | [package]
name = "plist"
version = "0.2.0"
authors = ["Ed Barnard <eabarnard@gmail.com>"]
description = "A rusty plist parser. Supports Serde serialization."
license = "MIT"
repository = "https://github.com/ebarnard/rust-plist/"
documentation = "https://docs.rs/plist/0.2.0/plist/"
keywords = ["plist", "parser"]
build = "build.rs"
[features]
default = ["serde_serialization"]
serde_serialization = ["serde"]
[dependencies]
base64 = "0.4.1"
byteorder = "1.0.0"
chrono = "0.3.0"
xml-rs = "0.4.1"
serde = { version = "0.9.5", optional = true }
[dev-dependencies]
serde_derive = { version = "0.9.5" }
| [package]
name = "plist"
version = "0.2.0"
authors = ["Ed Barnard <eabarnard@gmail.com>"]
description = "A rusty plist parser. Supports Serde serialization."
license = "MIT"
repository = "https://github.com/ebarnard/rust-plist/"
documentation = "https://docs.rs/plist/0.2.0/plist/"
keywords = ["plist", "parser"]
build = "build.rs"
[features]
default = ["serde"]
[dependencies]
base64 = "0.4.1"
byteorder = "1.0.0"
chrono = "0.3.0"
xml-rs = "0.4.1"
serde = { version = "0.9.5", optional = true }
[dev-dependencies]
serde_derive = { version = "0.9.5" }
|
Fix link to aster homepage | [package]
name = "aster"
version = "0.6.0"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "A libsyntax ast builder"
repository = "https://github.com/erickt/rust-aster"
[features]
with-syntex = ["syntex_syntax"]
unstable = ["clippy", "compiletest_rs"]
[dependencies]
syntex_syntax = { version = "^0.19.0", optional = true }
clippy = { version = "*", optional = true }
compiletest_rs = { version = "*", optional = true }
[[test]]
name = "test"
path = "tests/test.rs"
| [package]
name = "aster"
version = "0.6.0"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "A libsyntax ast builder"
repository = "https://github.com/serde-rs/aster"
[features]
with-syntex = ["syntex_syntax"]
unstable = ["clippy", "compiletest_rs"]
[dependencies]
syntex_syntax = { version = "^0.19.0", optional = true }
clippy = { version = "*", optional = true }
compiletest_rs = { version = "*", optional = true }
[[test]]
name = "test"
path = "tests/test.rs"
|
Change author website link to https | title = "Dimitris Zorbas"
languageCode = "en-us"
PygmentsCodeFences = true
copyright = "All rights reserved - 2016"
theme = "hockus"
baseurl = "https://zorbash.com/"
[[menu.main]]
name = "Github Repos"
pre = "<h3>Follow me</h3>"
url = "https://github.com/zorbash"
weight = 100
[[menu.main]]
name = "Twitter Timeline"
url = "https://twitter.com/_zorbash"
weight = 101
[[menu.main]]
name = "Goodreads Profile"
url = "https://www.goodreads.com/user/show/13437694-dimitrios"
weight = 102
[params]
description = "Code spells, smells and sourcery"
hideHUGOSupport = true
author = "Dimitris Zorbas"
bio = "Brace sourcerer, engineer and open-source addict @ skroutz"
authorwebsite = "http://zorbash.com"
githubName = "zorbash"
twitterName = "_zorbash"
cover = "images/road.jpg"
logo = "images/zorbash.jpg"
googleAnalyticsUserId = "UA-89343761-1"
[params.social]
twitter = "_zorbash"
| title = "Dimitris Zorbas"
languageCode = "en-us"
PygmentsCodeFences = true
copyright = "All rights reserved - 2016"
theme = "hockus"
baseurl = "https://zorbash.com/"
[[menu.main]]
name = "Github Repos"
pre = "<h3>Follow me</h3>"
url = "https://github.com/zorbash"
weight = 100
[[menu.main]]
name = "Twitter Timeline"
url = "https://twitter.com/_zorbash"
weight = 101
[[menu.main]]
name = "Goodreads Profile"
url = "https://www.goodreads.com/user/show/13437694-dimitrios"
weight = 102
[params]
description = "Code spells, smells and sourcery"
hideHUGOSupport = true
author = "Dimitris Zorbas"
bio = "Brace sourcerer, engineer and open-source addict @ skroutz"
authorwebsite = "https://zorbash.com"
githubName = "zorbash"
twitterName = "_zorbash"
cover = "images/road.jpg"
logo = "images/zorbash.jpg"
googleAnalyticsUserId = "UA-89343761-1"
[params.social]
twitter = "_zorbash"
|
Use Servo fork of green-rs | [package]
name = "js"
version = "0.1.0"
authors = ["The Servo Project Developers"]
build = "make -f makefile.cargo"
[features]
debugmozjs = ['mozjs-sys/debugmozjs']
[dependencies.mozjs-sys]
git = "https://github.com/servo/mozjs"
[dependencies.green]
git = "https://github.com/alexcrichton/green-rs"
[dependencies.rustuv]
git = "https://github.com/alexcrichton/green-rs"
| [package]
name = "js"
version = "0.1.0"
authors = ["The Servo Project Developers"]
build = "make -f makefile.cargo"
[features]
debugmozjs = ['mozjs-sys/debugmozjs']
[dependencies.mozjs-sys]
git = "https://github.com/servo/mozjs"
[dependencies.green]
git = "https://github.com/servo/green-rs"
branch = "servo"
[dependencies.rustuv]
git = "https://github.com/servo/green-rs"
branch = "servo"
|
Add package info to cargo. | [package]
name = "gag"
version = "0.0.1"
authors = ["Steven Allen <steven@stebalien.com>"]
[dependencies]
libc = "*"
tempdir = "*"
| [package]
name = "gag"
version = "0.1.0"
authors = ["Steven Allen <steven@stebalien.com>"]
description = "Gag, redirect, or hold stdout/stderr output. Currently only *nix operating systems are supported."
documentation = "https://stebalien.github.io/gag-rs/gag/"
repository = "https://github.com/Stebalien/gag-rs"
keywords = ["stdout", "stderr", "stdio", "redirect"]
license = "MIT"
[dependencies]
libc = "*"
tempdir = "*"
|
Add missing .imag-documentation to workspace | [package]
name = "imag-root"
version = "0.2.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Personal information management (PIM) suite"
keywords = ["pim", "personal", "information", "management", "suite"]
readme = "./README.md"
license = "LGPL-2.1"
website = "http://imag-pim.org"
documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html"
repository = "https://github.com/matthiasbeyer/imag"
[profile.dev]
codegen-units = 2
[workspace]
members = [
"bin",
"imag-link",
"imag-notes",
"imag-ref",
"imag-store",
"imag-tag",
"imag-view",
"libimagentryedit",
"libimagentryfilter",
"libimagentrylink",
"libimagentrylist",
"libimagentrymarkdown",
"libimagentrytag",
"libimagentryview",
"libimagerror",
"libimaginteraction",
"libimagnotes",
"libimagref",
"libimagrt",
"libimagruby",
"libimagstore",
"libimagstorestdhook",
"libimagtimeui",
"libimagutil",
]
[[bin]]
name = "imag-bin"
path = "bin/src/main.rs"
| [package]
name = "imag-root"
version = "0.2.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Personal information management (PIM) suite"
keywords = ["pim", "personal", "information", "management", "suite"]
readme = "./README.md"
license = "LGPL-2.1"
website = "http://imag-pim.org"
documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html"
repository = "https://github.com/matthiasbeyer/imag"
[profile.dev]
codegen-units = 2
[workspace]
members = [
".imag-documentation",
"bin",
"imag-link",
"imag-notes",
"imag-ref",
"imag-store",
"imag-tag",
"imag-view",
"libimagentryedit",
"libimagentryfilter",
"libimagentrylink",
"libimagentrylist",
"libimagentrymarkdown",
"libimagentrytag",
"libimagentryview",
"libimagerror",
"libimaginteraction",
"libimagnotes",
"libimagref",
"libimagrt",
"libimagruby",
"libimagstore",
"libimagstorestdhook",
"libimagtimeui",
"libimagutil",
]
[[bin]]
name = "imag-bin"
path = "bin/src/main.rs"
|
Switch to latest version of rppal | [package]
name = "blinkt"
version = "0.4.0"
authors = ["Rene van der Meer <rene@golemparts.com>"]
description = "Interface for the Pimoroni Blinkt!, and any similar APA102 or SK9822 LED strips or boards, on a Raspberry Pi."
documentation = "https://docs.golemparts.com/blinkt"
repository = "https://github.com/golemparts/blinkt"
readme = "README.md"
license = "MIT"
categories = ["embedded", "hardware-support"]
keywords = ["apa102","sk9822","blinkt","raspberry","pi"]
[dependencies]
quick-error = "1.1"
rppal = "0.6"
[dev-dependencies]
rand = "0.5"
| [package]
name = "blinkt"
version = "0.4.0"
authors = ["Rene van der Meer <rene@golemparts.com>"]
description = "Interface for the Pimoroni Blinkt!, and any similar APA102 or SK9822 LED strips or boards, on a Raspberry Pi."
documentation = "https://docs.golemparts.com/blinkt"
repository = "https://github.com/golemparts/blinkt"
readme = "README.md"
license = "MIT"
categories = ["embedded", "hardware-support"]
keywords = ["apa102","sk9822","blinkt","raspberry","pi"]
[dependencies]
quick-error = "1.1"
rppal = "0.8"
[dev-dependencies]
rand = "0.5"
|
Remove obsolete parameter from toml file | [simulation]
run_mechanical_interactions = false
bound_space = true
min_bound = 0
max_bound = 200
leaking_edges = false
[visualization]
# export = false
# export_interval = 1
[[visualize_sim_object]]
name = "TCell"
additional_data_members = [ "diameter_", "color_" ]
[[visualize_sim_object]]
name = "Monocyte"
additional_data_members = [ "diameter_", "color_" ]
[[visualize_diffusion]]
name = "Antibody"
gradient = false
# [development]
# statistics = true
| [simulation]
bound_space = true
min_bound = 0
max_bound = 200
leaking_edges = false
[visualization]
# export = false
# export_interval = 1
[[visualize_sim_object]]
name = "TCell"
additional_data_members = [ "diameter_", "color_" ]
[[visualize_sim_object]]
name = "Monocyte"
additional_data_members = [ "diameter_", "color_" ]
[[visualize_diffusion]]
name = "Antibody"
gradient = false
# [development]
# statistics = true
|
Update special-fun requirement from 0.1.3 to 0.2.0 | [package]
authors = ["Ceri Storey <ceri@lshift.net>"]
description = "Implementation of the Phi Accrual Failure Detector"
license = "MIT"
name = "phi-accrual"
repository = "https://github.com/cstorey/phi-accrual-rs"
version = "0.1.0"
[dependencies]
log = "0.4.6"
special-fun = "0.1.3"
streaming-stats = "0.2.2"
[dev-dependencies]
clap = "2.18.0"
env_logger = "0.3.3"
rand = "0.3.14"
| [package]
authors = ["Ceri Storey <ceri@lshift.net>"]
description = "Implementation of the Phi Accrual Failure Detector"
license = "MIT"
name = "phi-accrual"
repository = "https://github.com/cstorey/phi-accrual-rs"
version = "0.1.0"
[dependencies]
log = "0.4.6"
special-fun = "0.2.0"
streaming-stats = "0.2.2"
[dev-dependencies]
clap = "2.18.0"
env_logger = "0.3.3"
rand = "0.3.14"
|
Update to opus-sys 0.2 and libc 0.2 | [package]
name = "opus"
version = "0.1.0"
authors = ["Tad Hardesty <tad@platymuus.com>"]
description = "Safe Rust bindings for libopus"
readme = "README.md"
license = "MIT/Apache-2.0"
keywords = ["opus", "codec", "voice", "sound", "audio"]
repository = "https://github.com/SpaceManiac/opus-rs"
[dependencies]
opus-sys = "0.1.2"
libc = "0.1"
| [package]
name = "opus"
version = "0.1.0"
authors = ["Tad Hardesty <tad@platymuus.com>"]
description = "Safe Rust bindings for libopus"
readme = "README.md"
license = "MIT/Apache-2.0"
keywords = ["opus", "codec", "voice", "sound", "audio"]
repository = "https://github.com/SpaceManiac/opus-rs"
[dependencies]
opus-sys = "0.2.0"
libc = "0.2"
|
Add Cache-Control rules for static assets and service worker file | [build]
publish = "build"
command = "npm run build"
functions = "build-functions"
[context.production.environment]
NODE_ENV = "production"
NPM_CONFIG_PRODUCTION = "false"
[context.deploy-preview.environment]
NODE_ENV = "production"
NPM_CONFIG_PRODUCTION = "false"
| [build]
publish = "build"
command = "npm run build"
functions = "build-functions"
[context.production.environment]
NODE_ENV = "production"
NPM_CONFIG_PRODUCTION = "false"
[context.deploy-preview.environment]
NODE_ENV = "production"
NPM_CONFIG_PRODUCTION = "false"
[[headers]]
for = "/*"
[headers.values]
Cache-Control = "public,max-age=31536000"
[[headers]]
for = "/sw.js"
[headers.values]
Cache-Control = "no-cache"
|
Update rand requirement from 0.4 to 0.7 | [package]
name = "zip"
version = "0.5.6"
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>"]
license = "MIT"
repository = "https://github.com/mvdnes/zip-rs.git"
documentation = "http://mvdnes.github.io/rust-docs/zip-rs/zip/index.html"
keywords = ["zip", "archive"]
description = """
Library to support the reading and writing of zip files.
"""
edition = "2018"
[dependencies]
flate2 = { version = "1.0", default-features = false, optional = true }
time = { version = "0.1", optional = true }
byteorder = "1.3"
bzip2 = { version = "0.3", optional = true }
crc32fast = "1.0"
thiserror = "1.0"
[dev-dependencies]
bencher = "0.1"
rand = "0.4"
walkdir = "1.0"
[features]
deflate = ["flate2/rust_backend"]
deflate-miniz = ["flate2/default"]
deflate-zlib = ["flate2/zlib"]
default = ["bzip2", "deflate", "time"]
[[bench]]
name = "read_entry"
harness = false
| [package]
name = "zip"
version = "0.5.6"
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>"]
license = "MIT"
repository = "https://github.com/mvdnes/zip-rs.git"
documentation = "http://mvdnes.github.io/rust-docs/zip-rs/zip/index.html"
keywords = ["zip", "archive"]
description = """
Library to support the reading and writing of zip files.
"""
edition = "2018"
[dependencies]
flate2 = { version = "1.0", default-features = false, optional = true }
time = { version = "0.1", optional = true }
byteorder = "1.3"
bzip2 = { version = "0.3", optional = true }
crc32fast = "1.0"
thiserror = "1.0"
[dev-dependencies]
bencher = "0.1"
rand = "0.7"
walkdir = "1.0"
[features]
deflate = ["flate2/rust_backend"]
deflate-miniz = ["flate2/default"]
deflate-zlib = ["flate2/zlib"]
default = ["bzip2", "deflate", "time"]
[[bench]]
name = "read_entry"
harness = false
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.